Ejemplo n.º 1
0
 /**
  * Set the default guard driver the factory should serve.
  *
  * @param string $name
  * @return void 
  * @static 
  */
 public static function shouldUse($name)
 {
     //Method inherited from \Illuminate\Auth\AuthManager
     \SleepingOwl\AdminAuth\AdminAuthManager::shouldUse($name);
 }