From a7f4a5a52718183001dc16f272213a2fa6d2dfde Mon Sep 17 00:00:00 2001 From: Thomas Landauer Date: Tue, 6 Dec 2022 00:18:56 +0100 Subject: [PATCH] Removing note about `Kernel` configuration, part 2 Second part of https://github.com/symfony/symfony-docs/pull/17515 for reworded note --- routing.rst | 6 ------ 1 file changed, 6 deletions(-) diff --git a/routing.rst b/routing.rst index a87ae527375..0b81c66e073 100644 --- a/routing.rst +++ b/routing.rst @@ -149,12 +149,6 @@ the ``BlogController``: ; }; -.. note:: - - By default Symfony only loads the routes defined in YAML format. If you - define routes in XML and/or PHP formats, update the ``src/Kernel.php`` file - to add support for the ``.xml`` and ``.php`` file extensions. - .. _routing-matching-http-methods: Matching HTTP Methods