Ejemplo n.º 1
0
 /**
  * Get the user resolver callback.
  *
  * @return \Closure 
  * @static 
  */
 public static function userResolver()
 {
     //Method inherited from \Illuminate\Auth\AuthManager
     return \SleepingOwl\AdminAuth\AdminAuthManager::userResolver();
 }