File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
app/code/Magento/MediaGalleryRenditions/Plugin Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change 77
88namespace Magento \MediaGalleryRenditions \Plugin ;
99
10- use Magento \Catalog \Helper \Data as CatalogHelper ;
1110use Magento \Framework \App \Filesystem \DirectoryList ;
1211use Magento \Framework \Filesystem ;
1312use Magento \MediaGalleryApi \Api \DeleteAssetsByPathsInterface ;
1918 */
2019class RemoveRenditions
2120{
22- /**
23- * @var CatalogHelper
24- */
25- private $ catalogHelper ;
26-
2721 /**
2822 * @var GetRenditionPathInterface
2923 */
@@ -45,12 +39,10 @@ class RemoveRenditions
4539 * @param LoggerInterface $log
4640 */
4741 public function __construct (
48- CatalogHelper $ catalogHelper ,
4942 GetRenditionPathInterface $ getRenditionPath ,
5043 Filesystem $ filesystem ,
5144 LoggerInterface $ log
5245 ) {
53- $ this ->catalogHelper = $ catalogHelper ;
5446 $ this ->getRenditionPath = $ getRenditionPath ;
5547 $ this ->filesystem = $ filesystem ;
5648 $ this ->log = $ log ;
You can’t perform that action at this time.
0 commit comments