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