Beispiel #1
0
 /**
  * Set the user provider used by the guard.
  *
  * @param \Illuminate\Contracts\Auth\UserProvider $provider
  * @return void 
  * @static 
  */
 public static function setProvider($provider)
 {
     \Illuminate\Auth\Guard::setProvider($provider);
 }