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:
6363` ` ` yaml
6464# config/routes/dev/php_translation.yaml
6565_translation_webui :
66- resource : " @TranslationBundle/Resources/config/routing_webui.yml "
66+ resource : " @TranslationBundle/Resources/config/routing_webui.yaml "
6767 prefix : /admin
68-
68+
6969_translation_profiler :
70- resource : ' @TranslationBundle/Resources/config/routing_symfony_profiler.yml '
70+ resource : ' @TranslationBundle/Resources/config/routing_symfony_profiler.yaml '
7171` ` `
7272
7373` ` ` yaml
7474# config/routes/php_translation.yaml
7575_translation_edit_in_place :
76- resource : ' @TranslationBundle/Resources/config/routing_edit_in_place.yml '
76+ resource : ' @TranslationBundle/Resources/config/routing_edit_in_place.yaml '
7777 prefix : /admin
7878` ` `
7979
You can’t perform that action at this time.
0 commit comments