Total Complexity | 1 |
Total Lines | 25 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
11 | class MigrateInstallCommand extends IlluminateInstallCommand |
||
12 | { |
||
13 | use ArangoCommands; |
||
14 | |||
15 | /** |
||
16 | * The repository instance. |
||
17 | * |
||
18 | * @var DatabaseMigrationRepository |
||
19 | */ |
||
20 | protected $repository; |
||
21 | |||
22 | |||
23 | /** |
||
24 | * Execute the console command. |
||
25 | * |
||
26 | * @return void |
||
27 | */ |
||
28 | public function handle() |
||
38 |