| Total Complexity | 2 |
| Total Lines | 12 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 10 | class TranslationsGenerateCommand extends ContainerAwareCommand |
||
| 11 | { |
||
| 12 | protected function configure() |
||
| 13 | { |
||
| 14 | $this->setName('sludio:translations:generate')->setDescription('Regenerate translations'); |
||
| 15 | } |
||
| 16 | |||
| 17 | protected function execute(InputInterface $input, OutputInterface $output) |
||
| 22 | } |
||
| 23 | } |
||
| 24 |