10000 minor #10420 Update routing.rst (HobbitCodes) · symfony/symfony-docs@a3f853c · GitHub
[go: up one dir, main page]

Skip to content

Commit a3f853c

Browse files
committed
minor #10420 Update routing.rst (HobbitCodes)
This PR was merged into the 4.1 branch. Discussion ---------- Update routing.rst Without this the code will throw a missing prefix fatal as there is a nl prefix defined in the controller but not in the annotations yaml <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- e728cea Update routing.rst
2 parents 0ecba9a + e728cea commit a3f853c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

routing.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ with a locale. This can be done by defining a different prefix for each locale
230230
en: '' # don't prefix URLs for English, the default locale
231231
fr: '/fr'
232232
es: '/es'
233+
nl: '/nl'
233234
234235
.. _routing-requirements:
235236

0 commit comments

Comments
 (0)
0