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