Exemple #1
0
 /**
  * Determine if the current user is authenticated.
  *
  * @return bool 
  * @static 
  */
 public static function check()
 {
     return \Illuminate\Auth\SessionGuard::check();
 }