large commit

This commit is contained in:
Omair Saleh
2019-10-05 14:25:37 +08:00
parent f0de0e0f04
commit 1aac91e5e2
+5 -3
View File
@@ -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);