/home/techb158/ileadtechnology.com/database/seeds
Edit: /home/techb158/ileadtechnology.com/database/seeds/DatabaseSeeder.php (649B)
call(AllcitiesTableSeeder::class);
$this->call(AllcountryTableSeeder::class);
$this->call(AllstatesTableSeeder::class);
$this->call(SettingsTableSeeder::class);
$this->call(LanguagesTableSeeder::class);
$this->call(CurrenciesTableSeeder::class);
$this->call(AboutsTableSeeder::class);
$this->call(CareersTableSeeder::class);
$this->call(ColorOptionsTableSeeder::class);
}
}