response->redirect->to($url, $code); } /** * Send the appropriate response * * @codeCoverageIgnore * @return void */ protected function output() { parent::output(); $sender = new ResponseSender($this->response); $sender->__invoke(); } }