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