示例#1
0
 public function indexAction()
 {
     $url = \Model\Github::showLoginUrl();
     return $this->redirect($url);
 }