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 881ebd8 commit a341ea6Copy full SHA for a341ea6
routing.rst
@@ -183,11 +183,11 @@ the ``BlogController``:
183
;
184
};
185
186
-.. versionadded:: 5.1
+.. note::
187
188
- Starting from Symfony 5.1, by default Symfony only loads the routes defined
189
- in YAML format. If you define routes in XML and/or PHP formats, update the
190
- ``src/Kernel.php`` file to add support for the ``.xml`` and ``.php`` file extensions.
+ 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.
191
192
.. _routing-matching-http-methods:
193
0 commit comments