Total Complexity | 2 |
Total Lines | 25 |
Duplicated Lines | 0 % |
Changes | 2 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
10 | class GenerateTagGroup extends Command |
||
11 | { |
||
12 | protected $name = 'tagging:create-group'; |
||
13 | |||
14 | protected $signature = 'tagging:create-group {group}'; |
||
15 | |||
16 | protected $description = 'Create a laravel tag group'; |
||
17 | |||
18 | public function handle() |
||
29 | } |
||
30 | |||
31 | protected function getArguments() |
||
38 |