Commit 52b2888275a1933968281eccda2110ff15440828
1 parent
934cd82b
sale
Showing
1 changed file
with
0 additions
and
2 deletions
Show diff stats
controllers/VariantCountController.php
@@ -321,8 +321,6 @@ | @@ -321,8 +321,6 @@ | ||
321 | VariantToShop::deleteAll(['shop_id' => $shop_id]); | 321 | VariantToShop::deleteAll(['shop_id' => $shop_id]); |
322 | 322 | ||
323 | $db = \Yii::$app->db; | 323 | $db = \Yii::$app->db; |
324 | - | ||
325 | - | ||
326 | $db->createCommand() | 324 | $db->createCommand() |
327 | ->batchInsert( | 325 | ->batchInsert( |
328 | 'variant_to_shop', | 326 | 'variant_to_shop', |