예제 #1
0
 /**
  *  Logs out user.
  */
 public function execute()
 {
     Session::destroy();
     $this->response->redirect('/');
 }