user() !== null; } public function rules(): array { return [ 'reaction' => 'required|string|max:32', ]; } }