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 55b9381 commit 8d5373dCopy full SHA for 8d5373d
app/code/Magento/CatalogSampleData/Model/Product/Gallery.php
@@ -51,6 +51,11 @@ class Gallery
51
*/
52
private $metadataPool;
53
54
+ /**
55
+ * @var GalleryResource
56
+ */
57
+ protected $galleryResource;
58
+
59
/**
60
* @param SampleDataContext $sampleDataContext
61
* @param ProductFactory $productFactory
app/code/Magento/CmsSampleData/Model/Block/Converter.php
@@ -45,6 +45,11 @@ class Converter
45
46
protected $productCollectionFactory;
47
48
49
+ * @var \Magento\Eav\Model\Config
50
+ protected $eavConfig;
* @param \Magento\Catalog\Model\ResourceModel\Category\CollectionFactory $categoryFactory
* @param \Magento\Eav\Model\Config $eavConfig
0 commit comments