Skip to content

Commit 8ed30ec

Browse files
committed
minor #20010 By default Symfony also loads the routes defined in PHP format (javaDeveloperKid)
This PR was submitted for the 7.1 branch but it was merged into the 6.4 branch instead. Discussion ---------- By default Symfony also loads the routes defined in PHP format Commits ------- dbb8dff Update routing.rst
2 parents 34ce320 + dbb8dff commit 8ed30ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ the ``BlogController``:
157157
158158
.. note::
159159

160-
By default Symfony only loads the routes defined in YAML format. If you
160+
By default Symfony only loads the routes defined in YAML and PHP format. If you
161161
define routes in XML and/or PHP formats, you need to
162162
:ref:`update the src/Kernel.php file <configuration-formats>`.
163163

0 commit comments

Comments
 (0)