Commit 79781e478ac173deb7f73b573938700488cd5d86

Authored by Yarik
1 parent 9fe817e8

Export fix

Showing 1 changed file with 0 additions and 1 deletions   Show diff stats
common/modules/product/models/Export.php
... ... @@ -27,7 +27,6 @@
27 27 $handle = fopen(\Yii::getAlias('@storage/sync/') . $filename, "a");
28 28 }
29 29  
30   -
31 30 $products = Product::find()
32 31 ->with([
33 32 'variantsWithFilters',
... ...