chengwl 1 неделя назад
Родитель
Сommit
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.');