diff --git a/common/modules/product/models/Product.php b/common/modules/product/models/Product.php index f53db26..6f6a701 100755 --- a/common/modules/product/models/Product.php +++ b/common/modules/product/models/Product.php @@ -129,9 +129,9 @@ 'techSpec' => [ 'class' => TechBehavior::className(), ], - 'defaultVariant' => [ - 'class' => DefaultVariantBehavior::className(), - ], +// 'defaultVariant' => [ +// 'class' => DefaultVariantBehavior::className(), +// ], ]; } -- libgit2 0.21.4