Beispiel #1
0
 private function __construct()
 {
     $this->settings = Config::all();
     $this->request = new Request();
     $this->response = new Response();
 }