Пример #1
0
 /**
  * Obtain the user information from GitHub.
  *
  * @return \Illuminate\Http\RedirectResponse
  */
 public function authByGithub()
 {
     return $this->github->authBySocialite($this);
 }