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