isMod() || $user->isAdmin(); } /** * Determine whether the user can restore the model. */ public function restore(User $user, Mod $mod): bool { return false; } /** * Determine whether the user can permanently delete the model. */ public function forceDelete(User $user, Mod $mod): bool { return false; } }