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