Commit a2d83aac authored by Dave Marshall's avatar Dave Marshall

Use the request stack in the kernel

parent 7f6ca57b
......@@ -111,7 +111,7 @@ class Application extends \Pimple implements HttpKernelInterface, TerminableInte
});
$this['kernel'] = $this->share(function () use ($app) {
return new HttpKernel($app['dispatcher'], $app['resolver']);
return new HttpKernel($app['dispatcher'], $app['resolver'], $app['request_stack']);
});
$this['request_stack'] = $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