@@ -87,7 +87,7 @@ class SyncCatalogCommand extends Command
}
- $family = AttributeFamily::where('code', 'variant_product')->first();
+ $family = AttributeFamily::where('code', 'wigs')->first();
if (! $family) {
$this->error('Attribute family "variant_product" not found.');