[FrameworkBundle] removed the request service from configuration

This commit is contained in:
Fabien Potencier 2011-01-23 10:05:22 +01:00
parent b577ce665a
commit c68501cca4

View File

@ -27,13 +27,6 @@
<argument type="service" id="controller_resolver" />
</service>
<!--
If you want to change the Request class, modify the code in
your front controller (app.php) so that it passes an instance of
YourRequestClass to the Kernel.
-->
<service id="request" scope="request" />
<service id="response" class="%response.class%" scope="prototype">
<call method="setCharset">
<argument>%kernel.charset%</argument>