Skip to content

Commit 0645a43

Browse files
committed
Merge remote-tracking branch 'origin/MAGETWO-51172' into MPI-BUGFIXES
2 parents c4a1fe1 + 3ce0de1 commit 0645a43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Eav/Model/Entity/AbstractEntity.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ abstract class AbstractEntity extends AbstractResource implements EntityInterfac
3535
/**
3636
* @var \Magento\Eav\Model\Entity\AttributeLoaderInterface
3737
*/
38-
private $attributeLoader;
38+
protected $attributeLoader;
3939

4040
/**
4141
* Connection name
@@ -1859,7 +1859,7 @@ protected function _isAttributeValueEmpty(AbstractAttribute $attribute, $value)
18591859
*
18601860
* @deprecated
18611861
*/
1862-
private function getAttributeLoader()
1862+
protected function getAttributeLoader()
18631863
{
18641864
if ($this->attributeLoader === null) {
18651865
$this->attributeLoader= ObjectManager::getInstance()->get(AttributeLoaderInterface::class);

0 commit comments

Comments
 (0)