Skip to content

Commit a341ea6

Browse files
Aligning with version 6.0
1 parent 881ebd8 commit a341ea6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

routing.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -183,11 +183,11 @@ the ``BlogController``:
183183
;
184184
};
185185
186-
.. versionadded:: 5.1
186+
.. note::
187187

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.
188+
By default Symfony only loads the routes defined in YAML format. If you
189+
define routes in XML and/or PHP formats, update the ``src/Kernel.php`` file
190+
to add support for the ``.xml`` and ``.php`` file extensions.
191191

192192
.. _routing-matching-http-methods:
193193

0 commit comments

Comments
 (0)