From dbb8dff878189f8c7efff541f949cbcf1ceee090 Mon Sep 17 00:00:00 2001 From: javaDeveloperKid <25783196+javaDeveloperKid@users.noreply.github.com> Date: Mon, 1 Jul 2024 13:58:24 +0200 Subject: [PATCH] Update routing.rst --- routing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routing.rst b/routing.rst index fa3f35fa7d1..cae941399f8 100644 --- a/routing.rst +++ b/routing.rst @@ -157,7 +157,7 @@ the ``BlogController``: .. note:: - By default Symfony only loads the routes defined in YAML format. If you + By default Symfony only loads the routes defined in YAML and PHP format. If you define routes in XML and/or PHP formats, you need to :ref:`update the src/Kernel.php file `.