auth = $auth; } /** * Log a use out and redirect them * * @return mixed */ public function doLogout() { $this->auth->logout(); return redirect()->to('/?logged_out=yup'); } }