call(PricingTierSeeder::class); if (app()->environment('local', 'testing')) { $this->call(DemoSeeder::class); } } }