コード例 #1
0
ファイル: AuthComponent.php プロジェクト: ntentan/ntentan
 public function logout()
 {
     Session::reset();
     Redirect::path($this->parameters->get('login_route', "/login"));
 }
コード例 #2
0
 public function signout()
 {
     Session::reset();
     Redirect::path($this->redirectUrl);
 }