seederService = app(SeederService::class); } /** * Run the database seeds. * * @throws Exception */ public function run() { $this->seederService->syncAllSeeds(); } }