Commit 7b6e48c8 authored by Fabien Potencier's avatar Fabien Potencier

minor #883 removal of redundant line of code (aambr)

This PR was merged into the 1.2.x-dev branch.

Discussion
----------

removal of redundant line of code

Commits
-------

539e97eb removal of redundant line of code
parents 8c157d15 539e97eb
......@@ -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