File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/Symfony/Bundle/FrameworkBundle/Resources/config Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 76
76
77
77
<service id =" Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand" >
78
78
<argument type =" service" id =" translator" />
79
- <argument type =" service" id =" translation.loader " />
79
+ <argument type =" service" id =" translation.reader " />
80
80
<argument type =" service" id =" translation.extractor" />
81
81
<tag name =" console.command" command =" debug:translation" />
82
82
</service >
83
83
84
84
<service id =" Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand" >
85
85
<argument type =" service" id =" translation.writer" />
86
- <argument type =" service" id =" translation.loader " />
86
+ <argument type =" service" id =" translation.reader " />
87
87
<argument type =" service" id =" translation.extractor" />
88
88
<argument >%kernel.default_locale%</argument >
89
89
<tag name =" console.command" command =" translation:update" />
You can’t perform that action at this time.
0 commit comments