Skip to content

Commit

Permalink
Merge pull request #47 from magento-gl/2.4.6-develop-sync
Browse files Browse the repository at this point in the history
2.4.6 develop sync
  • Loading branch information
sidolov authored Mar 14, 2023
2 parents 0ded0c2 + 9f87e06 commit 51ce509
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/code/Magento/CatalogSampleData/Model/Product/Gallery.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ class Gallery
*/
private $metadataPool;

/**
* @var GalleryResource
*/
protected $galleryResource;

/**
* @param SampleDataContext $sampleDataContext
* @param ProductFactory $productFactory
Expand Down
5 changes: 5 additions & 0 deletions app/code/Magento/CmsSampleData/Model/Block/Converter.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@ class Converter
*/
protected $productCollectionFactory;

/**
* @var \Magento\Eav\Model\Config
*/
protected $eavConfig;

/**
* @param \Magento\Catalog\Model\ResourceModel\Category\CollectionFactory $categoryFactory
* @param \Magento\Eav\Model\Config $eavConfig
Expand Down

0 comments on commit 51ce509

Please sign in to comment.