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); } $this->call(PrimaryStepsTableSeeder::class); $this->call(ModularStepsTableSeeder::class); } }