Total Complexity | 2 |
Total Lines | 22 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | <?php |
||
10 | final class Add extends BaseCommand |
||
11 | { |
||
12 | protected $signature = 'lang:add' |
||
13 | . ' {locales?* : Space-separated list of, eg: de tk it}' |
||
14 | . ' {--f|force : Override exiting files}'; |
||
15 | |||
16 | protected $description = 'Install new localizations.'; |
||
17 | |||
18 | protected $action = Action::class; |
||
19 | |||
20 | 8 | protected function processor(): ProcessorContract |
|
25 | } |
||
26 | |||
27 | 9 | protected function targetLocales(): array |
|
34 |