Beispiel #1
0
 /**
  * Get the last user we attempted to authenticate.
  *
  * @return \App\User 
  * @static 
  */
 public static function getLastAttempted()
 {
     return \Illuminate\Auth\Guard::getLastAttempted();
 }