isAdmin() ? true : null; } public function viewAny(User $user): bool { return false; } public function view(User $user, Priority $priority): bool { return false; } public function create(User $user): bool { return false; } public function update(User $user, Priority $priority): bool { return false; } public function delete(User $user, Priority $priority): bool { return false; } }