예제 #1
0
 public function logoutAction()
 {
     User::deleteUserFromSession();
     $this->redirect('/');
 }