call(ActivityTypesTableSeeder::class); $this->call(CountriesSeederTable::class); $this->call(FakeContentTableSeeder::class); } if (env('APP_ENV') == 'testing') { $this->call(ActivityTypesTableSeeder::class); $this->call(CountriesSeederTable::class); } if (env('APP_ENV') == 'production') { $this->call(ActivityTypesTableSeeder::class); $this->call(CountriesSeederTable::class); } } }