Skip to content

Commit 211ee7d

Browse files
committed
ACP2E-156: Merchants can create custom attribute, but it causes an error when trying to save an entity account
- code style
1 parent 19e1dce commit 211ee7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/Model/Product/ReservedAttributeCheckerAdapter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class ReservedAttributeCheckerAdapter implements ReservedAttributeCheckerInterfa
2222
/**
2323
* @var ReservedAttributeList
2424
*/
25-
protected $reservedAttributeList;
25+
private $reservedAttributeList;
2626

2727
/**
2828
* @param ReservedAttributeList $reservedAttributeList

0 commit comments

Comments
 (0)