예제 #1
0
 /**
  * Create the user provider implementation for the driver.
  *
  * @param string $provider
  * @return \Illuminate\Contracts\Auth\UserProvider 
  * @throws \InvalidArgumentException
  * @static 
  */
 public static function createUserProvider($provider)
 {
     return \Illuminate\Auth\AuthManager::createUserProvider($provider);
 }