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