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