where('user_id', $this->user->id) ->where('id', decrypt($value)) ->first() !== null; } /** * Get the validation error message. * * @return string */ public function message(): string { return __('Invalid session.'); } }