auth = $auth; } public function doLogout() { $this->auth->logout(); return \Redirect::to('/?logged_out=yup'); } }