Skip to content

Commit 956d83c

Browse files
committed
MAGETWO-52836: Enable EAV attributes caching
1 parent 43d1db4 commit 956d83c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/Eav/Model/ResourceModel/Entity/Attribute.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,7 @@ protected function _afterDelete(\Magento\Framework\Model\AbstractModel $object)
228228
$this->getAttributeCache()->clear();
229229
return $this;
230230
}
231+
231232
/**
232233
* @return AttributeCache
233234
* @deprecated

0 commit comments

Comments
 (0)