call(CountriesTableSeeder::class); $this->call(CurrenciesTableSeeder::class); $this->call(StatesTableSeeder::class); $this->call(DistrictsTableSeeder::class); $this->call(SegmentsTableSeeder::class); $this->call(SegmentConstantsTableSeeder::class); $this->call(CompaniesTableSeeder::class); $this->call(CompanyBanksTableSeeder::class); // Admin $this->call(AdminUserTableSeeder::class); $this->call(AdminUserPermissionsTableSeeder::class); DB::commit(); } }