diff --git a/routing.rst b/routing.rst index 1d72af7bbe5..06016ec8eb1 100644 --- a/routing.rst +++ b/routing.rst @@ -183,12 +183,6 @@ the ``BlogController``: ; }; -.. versionadded:: 5.1 - - Starting from Symfony 5.1, 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