Skip to content

Commit fe35cb1

Browse files
committed
MAGETWO-52836: Enable EAV attributes caching
1 parent 93dc730 commit fe35cb1

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
@@ -17,6 +17,7 @@
1717
* EAV attribute resource model
1818
*
1919
* @author Magento Core Team <core@magentocommerce.com>
20+
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
2021
*/
2122
class Attribute extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb
2223
{

0 commit comments

Comments
 (0)