8000 minor #10482 [Routing] Fix path ressource (nicoweb) · symfony/symfony-docs@ff16844 · GitHub
[go: up one dir, main page]

Skip to content

Commit ff16844

Browse files
committed
minor #10482 [Routing] Fix path ressource (nicoweb)
This PR was merged into the 4.1 branch. Discussion ---------- [Routing] Fix path ressource Fix path ressource in `config/routes/annotations.yml` Commits ------- 5215a33 [Routing] Fix path ressource
2 parents 05effb7 + 5215a33 commit ff16844

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
@@ -224,7 +224,7 @@ with a locale. This can be done by defining a different prefix for each locale
224224
225225
# config/routes/annotations.yaml
226226
controllers:
227-
resource: '../src/Controller/'
227+
resource: '../../src/Controller/'
228228
type: annotation
229229
prefix:
230230
en: '' # don't prefix URLs for English, the default locale

0 commit comments

Comments
 (0)
0