File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -63,17 +63,17 @@ translation:
63
63
` ` ` yaml
64
64
# config/routes/dev/php_translation.yaml
65
65
_translation_webui :
66
- resource : " @TranslationBundle/Resources/config/routing_webui.yml "
66
+ resource : " @TranslationBundle/Resources/config/routing_webui.yaml "
67
67
prefix : /admin
68
-
68
+
69
69
_translation_profiler :
70
- resource : ' @TranslationBundle/Resources/config/routing_symfony_profiler.yml '
70
+ resource : ' @TranslationBundle/Resources/config/routing_symfony_profiler.yaml '
71
71
` ` `
72
72
73
73
` ` ` yaml
74
74
# config/routes/php_translation.yaml
75
75
_translation_edit_in_place :
76
- resource : ' @TranslationBundle/Resources/config/routing_edit_in_place.yml '
76
+ resource : ' @TranslationBundle/Resources/config/routing_edit_in_place.yaml '
77
77
prefix : /admin
78
78
` ` `
79
79
You can’t perform that action at this time.
0 commit comments