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) {
         if (! $family) {
             $this->error('Attribute family "variant_product" not found.');
             $this->error('Attribute family "variant_product" not found.');