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