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