aauth = new Aauth(); helper('form'); } /** * Index * * @return void */ public function index() { $this->aauth->logout(); $this->response->redirect('/'); } }