mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/shipping-portal.git
synced 2026-08-19 04:24:12 +00:00
update: DatabaseSeeder - run seeder added 5fbd5ef7
This commit is contained in:
@@ -14,5 +14,10 @@ class DatabaseSeeder extends Seeder
|
||||
public function run()
|
||||
{
|
||||
// \App\Models\User::factory(10)->create();
|
||||
$this->call(CountriesTableSeeder::class);
|
||||
$this->call(CurrenciesTableSeeder::class);
|
||||
|
||||
$this->call(SegmentsTableSeeder::class);
|
||||
$this->call(SegmentConstantsTableSeeder::class);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user