Commit 79781e478ac173deb7f73b573938700488cd5d86
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,7 +27,6 @@ | ||
27 | $handle = fopen(\Yii::getAlias('@storage/sync/') . $filename, "a"); | 27 | $handle = fopen(\Yii::getAlias('@storage/sync/') . $filename, "a"); |
28 | } | 28 | } |
29 | 29 | ||
30 | - | ||
31 | $products = Product::find() | 30 | $products = Product::find() |
32 | ->with([ | 31 | ->with([ |
33 | 'variantsWithFilters', | 32 | 'variantsWithFilters', |