예제 #1
0
 public function logout()
 {
     BaseController::logout();
     $this->redirect('Account/login');
 }