call([FoundationSeeder::class]); if (! app()->environment('production')) { $this->call([LocalDemoSeeder::class]); } } }