Total Complexity | 7 |
Total Lines | 45 |
Duplicated Lines | 0 % |
Coverage | 22.22% |
Changes | 0 |
1 | <?php |
||
9 | class SeedCommand extends \Illuminate\Database\Console\Seeds\SeedCommand |
||
10 | { |
||
11 | /** |
||
12 | * The service that registers all module entities. |
||
13 | * |
||
14 | * @var BootstrapRegistrarService |
||
15 | */ |
||
16 | protected $service; |
||
17 | |||
18 | 26 | public function __construct(Resolver $resolver, BootstrapRegistrarService $service) |
|
22 | 26 | } |
|
23 | |||
24 | /** |
||
25 | * Execute the console command. |
||
26 | * |
||
27 | * @return void |
||
28 | */ |
||
29 | public function handle() |
||
47 | } |
||
48 | |||
49 | protected function getSeeders(): array |
||
56 |