Total Complexity | 2 |
Total Lines | 34 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
17 | class PublishConfigsCommand extends Command |
||
18 | { |
||
19 | /** @var string */ |
||
20 | protected $signature = 'publish:configs'; |
||
21 | |||
22 | /** @var string */ |
||
23 | protected $description = 'Publish the default configuration files'; |
||
24 | |||
25 | public function handle(): int |
||
44 | } |
||
45 | |||
46 | protected function parseTagFromSelection(string $selection, array $options): string |
||
53 |