environment() !== "production"){ // $this->call(CompaniesTableSeeder::class); // $this->call(AddressBookTableSeeder::class); // $this->call(ContactsTableSeeder::class); // $this->call(WarehousesTableSeeder::class); } $this->call(PrimaryStepsTableSeeder::class); $this->call(ModularStepsTableSeeder::class); } }