user() !== null; } /** * @return array> */ public function rules(): array { return [ 'status' => ['required', Rule::enum(RsvpStatus::class)], ]; } }