Ejemplo n.º 1
0
 /**
  * Logouts user from the system
  */
 public function logoutAction()
 {
     Token::clear();
     $this->redirect('/');
 }