call(CountriesTableSeeder::class); $this->call(CurrenciesTableSeeder::class); $this->call(StatesTableSeeder::class); $this->call(DistrictsTableSeeder::class); DB::commit(); } }