Ejemplo n.º 1
0
 /**
  * Log a user into the application without sessions or cookies.
  *
  * @param array $credentials
  * @return bool 
  * @static 
  */
 public static function once($credentials = array())
 {
     return \Illuminate\Auth\SessionGuard::once($credentials);
 }