/** * Send the response. */ public function send() { exit($this->content->generate()); }
/** * Send the response. */ public function send() { $this->output($this->content->generate()); exit; }