| Total Complexity | 7 |
| Total Lines | 44 |
| Duplicated Lines | 0 % |
| Coverage | 94.44% |
| 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 | 46 | public function __construct(Resolver $resolver, BootstrapRegistrarService $service) |
|
| 22 | 46 | } |
|
| 23 | |||
| 24 | /** |
||
| 25 | * Execute the console command. |
||
| 26 | * |
||
| 27 | * @return void |
||
| 28 | */ |
||
| 29 | 46 | public function handle() |
|
| 46 | 46 | } |
|
| 47 | |||
| 48 | 46 | protected function getSeeders(): array |
|
| 55 |