hasRole('admin'); } /** * Determine whether the user can restore the model. * * @param \App\User $user * @param \App\Ban $ban * @return mixed */ public function restore(User $user, Ban $ban) { // } /** * Determine whether the user can permanently delete the model. * * @param \App\User $user * @param \App\Ban $ban * @return mixed */ public function forceDelete(User $user, Ban $ban) { // } }