large commit

This commit is contained in:
Omair Saleh
2019-10-05 14:30:00 +08:00
parent 1aac91e5e2
commit 6317736643
3 changed files with 2 additions and 13 deletions
-11
View File
@@ -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);
}
}