Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit 49ae5fa

Browse files
author
awarche
committed
magento/magento2#12699: new attribute should be private
1 parent 39098d8 commit 49ae5fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ abstract class AbstractEntity extends AbstractResource implements EntityInterfac
6868
*
6969
* @var array
7070
*/
71-
protected $attributesByScope = [];
71+
private $attributesByScope = [];
7272

7373
/**
7474
* Two-dimensional array by table name and attribute name

0 commit comments

Comments
 (0)