File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed
Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,17 @@ services:
1717 - ' @Translation\Bundle\Catalogue\CatalogueManager'
1818 - ' @Translation\Bundle\Catalogue\CatalogueFetcher'
1919 tags :
20- - { name: console.command, command: translation:delete-obsolete}
20+ - { name: console.command, command: translation:delete-obsolete }
21+
22+ Translation\Bundle\Command\DeleteEmptyCommand :
23+ public : true
24+ arguments :
25+ - ' @Translation\Bundle\Service\StorageManager'
26+ - ' @Translation\Bundle\Service\ConfigurationManager'
27+ - ' @Translation\Bundle\Catalogue\CatalogueManager'
28+ - ' @Translation\Bundle\Catalogue\CatalogueFetcher'
29+ tags :
30+ - { name: console.command, command: translation:delete-empty }
2131
2232 Translation\Bundle\Command\DownloadCommand :
2333 public : true
You can’t perform that action at this time.
0 commit comments