call([ PlanSeeder::class, DevUserSeeder::class, ]); if (app()->environment(['local', 'dev'])) { $this->call([ DemoDataSeeder::class, ]); } } }