We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc0441c commit 88cb3e7Copy full SHA for 88cb3e7
resources/config/routing/sonata_routing.yml
@@ -1,5 +1,5 @@
1
admin:
2
- resource: "@SonataAdminBundle/Resources/config/routing/sonata_admin.xml"
+ resource: '@SonataAdminBundle/Resources/config/routing/sonata_admin.xml'
3
prefix: /admin
4
5
sonata_admin:
@@ -20,4 +20,4 @@ cmf_tree:
20
type: 'cmf_tree'
21
22
fos_js_routing:
23
- resource: @FOSJsRoutingBundle/Resources/config/routing/routing.xml
+ resource: '@FOSJsRoutingBundle/Resources/config/routing/routing.xml'
0 commit comments