Skip to content

Commit 9551c64

Browse files
author
Olivier Dolbeau
authored
Merge pull request #412 from odolbeau/add-missing-command
Add missing command definition
2 parents 7fbc991 + 09916ed commit 9551c64

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

Resources/config/console.yaml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)