Skip to content

Commit 444ae24

Browse files
committed
MAGETWO-91164: Optimize images resizing
1 parent 0320617 commit 444ae24

File tree

1 file changed

+5
-0
lines changed
  • app/code/Magento/Catalog/etc

1 file changed

+5
-0
lines changed

app/code/Magento/Catalog/etc/di.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -552,6 +552,11 @@
552552
</argument>
553553
</arguments>
554554
</type>
555+
<type name="Magento\Catalog\Console\Command\ImagesResizeCommand">
556+
<arguments>
557+
<argument name="productRepository" xsi:type="object">Magento\Catalog\Api\ProductRepositoryInterface\Proxy</argument>
558+
</arguments>
559+
</type>
555560
<type name="Magento\Framework\Config\View">
556561
<arguments>
557562
<argument name="xpath" xsi:type="array">

0 commit comments

Comments
 (0)