We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05d37b8 commit 4a3a09fCopy full SHA for 4a3a09f
routing.rst
@@ -151,9 +151,8 @@ the ``BlogController``:
151
152
.. note::
153
154
- By default Symfony only loads the routes defined in YAML format. If you
155
- define routes in XML and/or PHP formats, update the ``src/Kernel.php`` file
156
- to add support for the ``.xml`` and ``.php`` file extensions.
+ By default Symfony only loads the routes defined in YAML and PHP format. If you
+ define routes in XML, you need to update the ``src/Kernel.php`` file.
157
158
.. _routing-matching-http-methods:
159
0 commit comments