Example #1
0
 /**
  *
  */
 public function run()
 {
     $dispatcher = new DispatchRequest(Request::createRequestFromGlobals(), new Router(), ResponseFactory::create($this->config->get('freyr_envelope.response.class')));
     $dispatcher->dispatch();
 }