Ejemplo n.º 1
0
 /**
  * Return the currently cached user.
  *
  * @return \App\User|null 
  * @static 
  */
 public static function getUser()
 {
     return \Illuminate\Auth\SessionGuard::getUser();
 }