浏览代码

updated comment for the request service

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

+ 1 - 4
src/Symfony/Bundle/FrameworkBundle/Resources/config/services.xml

@@ -29,10 +29,7 @@
         </service>
         </service>
 
 
         <!--
         <!--
-            The request service is overwritten by the HttpKernel::handle() method,
-            this is just present to let the DI Container compile without errors.
-
-            If you want to use another Request class, you should modify the code in
+            If you want to change the Request class, modify the code in
             your front controller (app.php) so that it passes an instance of
             your front controller (app.php) so that it passes an instance of
             YourRequestClass to the Kernel.
             YourRequestClass to the Kernel.
         -->
         -->