Total Complexity | 2 |
Total Lines | 35 |
Duplicated Lines | 0 % |
Changes | 2 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
10 | class RepositoryGeneratorCommand extends Base |
||
11 | { |
||
12 | /** |
||
13 | * The console command name. |
||
14 | * |
||
15 | * @var string |
||
16 | */ |
||
17 | protected $name = 'artomator:repository'; |
||
18 | |||
19 | /** |
||
20 | * Create a new command instance. |
||
21 | */ |
||
22 | public function __construct() |
||
27 | } |
||
28 | |||
29 | /** |
||
30 | * Execute the command. |
||
31 | * |
||
32 | * @return void |
||
33 | */ |
||
34 | public function handle() |
||
47 |