mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/izyim.git
synced 2026-08-19 04:24:00 +00:00
large commit
This commit is contained in:
@@ -13,16 +13,5 @@ class DatabaseSeeder extends Seeder
|
||||
$this->call(CompaniesTableSeeder::class);
|
||||
$this->call(ContactsTableSeeder::class);
|
||||
$this->call(WarehousesTableSeeder::class);
|
||||
if(app()->environment() !== "production"){
|
||||
|
||||
// $this->call(AddressBookTableSeeder::class);
|
||||
|
||||
// $this->call(OrdersTableSeeder::class);
|
||||
// $this->call(PackingListsTableSeeder::class);
|
||||
// $this->call(PackagesTableSeeder::class);
|
||||
}
|
||||
|
||||
// $this->call(PrimaryStepsTableSeeder::class);
|
||||
// $this->call(ModularStepsTableSeeder::class);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user