Forráskód Böngészése

updated comment for the request service

Fabien Potencier 14 éve
szülő
commit
3dfd59b6bc

+ 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.
         -->
         -->