コード例 #1
0
ファイル: SecurityController.php プロジェクト: dgilan/test
 /**
  * Logouts user from the system
  */
 public function logoutAction()
 {
     Token::clear();
     $this->redirect('/');
 }