浏览代码

[FrameworkBundle] removed the request service from configuration

Fabien Potencier 14 年之前
父节点
当前提交
c68501cca4
共有 1 个文件被更改,包括 0 次插入7 次删除
  1. 0 7
      src/Symfony/Bundle/FrameworkBundle/Resources/config/services.xml

+ 0 - 7
src/Symfony/Bundle/FrameworkBundle/Resources/config/services.xml

@@ -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>