Exemplo n.º 1
0
 /**
  * Get a guard instance for the given user.
  *
  * @param \Illuminate\Contracts\Auth\Authenticatable|mixed $user
  * @return static 
  * @static 
  */
 public static function forUser($user)
 {
     return \Illuminate\Auth\Access\Gate::forUser($user);
 }