Skip to content

Commit

Permalink
MAGETWO-69253: Allow injection of Magento\Catalog\Model\View\Asset\Im…
Browse files Browse the repository at this point in the history
…ageFactory #9670
  • Loading branch information
Oleksii Korshenko committed Jun 5, 2017
1 parent ea228dd commit 6fd429e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/code/Magento/Catalog/Model/Product/Image.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
use Magento\Framework\App\Filesystem\DirectoryList;
use Magento\Framework\App\ObjectManager;
use Magento\Framework\Image as MagentoImage;
use Magento\Catalog\Model\View\Asset\ImageFactory;

/**
* @method string getFile()
Expand Down Expand Up @@ -187,7 +186,6 @@ class Image extends \Magento\Framework\Model\AbstractModel
* @param \Magento\Framework\App\Config\ScopeConfigInterface $scopeConfig
* @param \Magento\Framework\Model\ResourceModel\AbstractResource $resource
* @param \Magento\Framework\Data\Collection\AbstractDb $resourceCollection
* @param \Magento\Catalog\Model\View\Asset\ImageFactory $viewAssetImageFactory
* @param array $data
* @param \Magento\Catalog\Model\View\Asset\ImageFactory|null $viewAssetImageFactory
* @param \Magento\Catalog\Model\View\Asset\PlaceholderFactory|null $viewAssetPlaceholderFactory
Expand Down

0 comments on commit 6fd429e

Please sign in to comment.