call(CategorySeeder::class); $this->call(CoreSeeder::class); $this->call(InventorySeeder::class); $this->call(AttributeSeeder::class); $this->call(UserSeeder::class); $this->call(CustomerSeeder::class); } }