Skip to content

Commit 88cb3e7

Browse files
committed
Fix Yaml syntax
1 parent cc0441c commit 88cb3e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/config/routing/sonata_routing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
admin:
2-
resource: "@SonataAdminBundle/Resources/config/routing/sonata_admin.xml"
2+
resource: '@SonataAdminBundle/Resources/config/routing/sonata_admin.xml'
33
prefix: /admin
44

55
sonata_admin:
@@ -20,4 +20,4 @@ cmf_tree:
2020
type: 'cmf_tree'
2121

2222
fos_js_routing:
23-
resource: @FOSJsRoutingBundle/Resources/config/routing/routing.xml
23+
resource: '@FOSJsRoutingBundle/Resources/config/routing/routing.xml'

0 commit comments

Comments
 (0)