Example #1
0
 /**
  * Set empty response instance for easy access in Controllers
  *
  * @return Response|object
  * @throws \ErrorException
  */
 protected function setResponse()
 {
     $this->response = $this->application->getResponse();
 }