Esempio n. 1
0
 /**
  * {@inheritdoc}
  */
 public function run()
 {
     $request = RequestFactory::createServerFromGlobals();
     $response = $this->getContainer()->get('kernel')->process($request);
     $this->getContainer()->get('server')->send($response);
 }