is_curator(); } /** * Determine if the user can manage the model settings. */ public function manage(User $user): bool { return $user->is_curator(); } }