Skip to content

Commit f07c8c4

Browse files
committed
MAGETWO-8709: [GITHUB] Child product image should be shown in Wishist if options are selected for configurable product #8168
- make property private
1 parent 121b918 commit f07c8c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/code/Magento/ConfigurableProduct/Model/Product/Configuration/Item/ItemProductResolver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class ItemProductResolver implements ItemResolverInterface
2727
/**
2828
* @var ScopeConfigInterface
2929
*/
30-
protected $scopeConfig;
30+
private $scopeConfig;
3131

3232
/**
3333
* @param ScopeConfigInterface $scopeConfig

app/code/Magento/GroupedProduct/Model/Product/Configuration/Item/ItemProductResolver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class ItemProductResolver implements ItemResolverInterface
2727
/**
2828
* @var ScopeConfigInterface
2929
*/
30-
protected $scopeConfig;
30+
private $scopeConfig;
3131

3232
/**
3333
* @param ScopeConfigInterface $scopeConfig

0 commit comments

Comments
 (0)