Skip to content

Commit 51ce509

Browse files
authored
Merge pull request #47 from magento-gl/2.4.6-develop-sync
2.4.6 develop sync
2 parents 0ded0c2 + 9f87e06 commit 51ce509

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

app/code/Magento/CatalogSampleData/Model/Product/Gallery.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,11 @@ class Gallery
5151
*/
5252
private $metadataPool;
5353

54+
/**
55+
* @var GalleryResource
56+
*/
57+
protected $galleryResource;
58+
5459
/**
5560
* @param SampleDataContext $sampleDataContext
5661
* @param ProductFactory $productFactory

app/code/Magento/CmsSampleData/Model/Block/Converter.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,11 @@ class Converter
4545
*/
4646
protected $productCollectionFactory;
4747

48+
/**
49+
* @var \Magento\Eav\Model\Config
50+
*/
51+
protected $eavConfig;
52+
4853
/**
4954
* @param \Magento\Catalog\Model\ResourceModel\Category\CollectionFactory $categoryFactory
5055
* @param \Magento\Eav\Model\Config $eavConfig

0 commit comments

Comments
 (0)