chengwl пре 1 недеља
родитељ
комит
1fb7f5b2e0
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      app/Console/Commands/SyncCatalogCommand.php

+ 1 - 1
app/Console/Commands/SyncCatalogCommand.php

@@ -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.');