Total Complexity | 1 |
Total Lines | 13 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 2 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
25 | class Add extends Base |
||
26 | { |
||
27 | 12 | protected $signature = 'lang:add' |
|
28 | . ' {locales?* : Space-separated list of, eg: de tk it}' |
||
29 | 12 | . ' {--f|force : Override exiting files}'; |
|
30 | |||
31 | 12 | protected $description = 'Install new localizations.'; |
|
32 | |||
33 | protected $processor = Processor::class; |
||
34 | |||
35 | protected function targetLocales(): array |
||
40 |