We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebc078f commit 9d0d48bCopy full SHA for 9d0d48b
app/code/Magento/Catalog/Model/Product/Gallery/GalleryManagement.php
@@ -55,24 +55,24 @@ class GalleryManagement implements \Magento\Catalog\Api\ProductAttributeMediaGal
55
/**
56
* @var ImageContentInterfaceFactory
57
*/
58
- protected $imageContentInterface;
+ private $imageContentInterface;
59
60
61
* Filesystem facade
62
*
63
* @var Filesystem
64
65
- protected $filesystem;
+ private $filesystem;
66
67
68
* @var Mime
69
70
- protected $mime;
+ private $mime;
71
72
73
* @var File
74
75
- protected $file;
+ private $file;
76
77
78
* @param ProductRepositoryInterface $productRepository
0 commit comments