removal of redundant line of code

parent 8c157d15
......@@ -122,8 +122,6 @@ class Application extends \Pimple implements HttpKernelInterface, TerminableInte
if (class_exists('Symfony\Component\HttpFoundation\RequestStack')) {
return new RequestStack();
}
return null;
});
$this['request_context'] = $this->share(function () use ($app) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment