Skip to content

Commit 2ed64a6

Browse files
mpdudeweaverryan
authored andcommitted
Not mention the Debug Component until it's ready
1 parent ce3db69 commit 2ed64a6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cookbook/configuration/front_controllers_and_kernel.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ to *`decorate`_* the kernel with additional features. Examples include:
4949
* Configure the autoloader or add additional autoloading mechanisms
5050
* Add HTTP level caching by wrapping the kernel with an instance of
5151
:doc:`AppCache</book/http_cache#symfony2-reverse-proxy>`
52-
* Enabling the `Debug component`_
5352

5453
When using Apache and the `RewriteRule shipped with the
5554
Standard Edition`_, the front controller can be chosen by requesting
@@ -181,6 +180,5 @@ are, of course, free to implement this method differently if you need
181180
.. _app/console: https://github.com/symfony/symfony-standard/blob/master/app/console
182181
.. _AppKernel: https://github.com/symfony/symfony-standard/blob/master/app/AppKernel.php
183182
.. _decorate: http://en.wikipedia.org/wiki/Decorator_pattern
184-
.. _Debug Component: https://github.com/symfony/symfony/pull/7441
185183
.. _RewriteRule shipped with the Standard Edition: https://github.com/symfony/symfony-standard/blob/master/web/.htaccess)
186184
.. _template methods: http://en.wikipedia.org/wiki/Template_method_pattern

0 commit comments

Comments
 (0)