Skip to content
This repository was archived by the owner on Mar 13, 2026. It is now read-only.

Commit 95334c4

Browse files
authored
Merge pull request #3447 from zikula/routes-hint
added note about routes for native Symfony bundles
2 parents 49fa897 + 5afd75f commit 95334c4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/app/config/routing.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ installer:
1616
_liip_imagine:
1717
resource: "@LiipImagineBundle/Resources/config/routing.xml"
1818

19+
# Note: if you want to add routes for a native Symfony bundle
20+
# insert them here and not below the "Routing" and "legacy" entries
21+
1922
Routing:
2023
resource: .
2124
type: zikularoutesmodule

0 commit comments

Comments
 (0)