user() !== null; } /** * @return array */ public function rules(): array { return [ 'only_uncategorized' => ['sometimes', 'boolean'], ]; } }