File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 7676
7777 <service id =" Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand" >
7878 <argument type =" service" id =" translator" />
79- <argument type =" service" id =" translation.loader " />
79+ <argument type =" service" id =" translation.reader " />
8080 <argument type =" service" id =" translation.extractor" />
8181 <tag name =" console.command" command =" debug:translation" />
8282 </service >
8383
8484 <service id =" Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand" >
8585 <argument type =" service" id =" translation.writer" />
86- <argument type =" service" id =" translation.loader " />
86+ <argument type =" service" id =" translation.reader " />
8787 <argument type =" service" id =" translation.extractor" />
8888 <argument >%kernel.default_locale%</argument >
8989 <tag name =" console.command" command =" translation:update" />
You can’t perform that action at this time.
0 commit comments