예제 #1
0
 /**
  * Redirect the user to a provider authentication page.
  *
  * @param $provider
  *
  * @return mixed
  */
 public function redirectToProvider($provider)
 {
     return $this->r_users->redirectToProviderForAuthentification($provider);
 }