| Total Complexity | 2 |
| Total Lines | 22 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 3 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 26 | 2 | class Update extends Base |
|
| 27 | { |
||
| 28 | 2 | protected $signature = 'lang:update'; |
|
| 29 | |||
| 30 | protected $description = 'Updating installed localizations.'; |
||
| 31 | 2 | ||
| 32 | protected $processor = Processor::class; |
||
| 33 | 2 | ||
| 34 | protected function targetLocales(): array |
||
| 43 | } |
||
| 44 | |||
| 45 | protected function getProtected(): array |
||
| 50 |