Skip to content

Commit 3ce0de1

Browse files
committed
MAGETWO-51172: Wrong information on return items frontend grid
1 parent 981d1f4 commit 3ce0de1

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)