Commit 4a427d3bbff9d5cda16bf74e118b8305a39db267
1 parent
53c54d87
remove default variant
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
common/modules/product/models/Product.php
... | ... | @@ -129,9 +129,9 @@ |
129 | 129 | 'techSpec' => [ |
130 | 130 | 'class' => TechBehavior::className(), |
131 | 131 | ], |
132 | - 'defaultVariant' => [ | |
133 | - 'class' => DefaultVariantBehavior::className(), | |
134 | - ], | |
132 | +// 'defaultVariant' => [ | |
133 | +// 'class' => DefaultVariantBehavior::className(), | |
134 | +// ], | |
135 | 135 | ]; |
136 | 136 | } |
137 | 137 | ... | ... |