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

Commit c3e1d93

Browse files
[2.3-develop] Forwardport of magento/magento2#12767
1 parent f0b7f2b commit c3e1d93

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
@@ -508,7 +508,7 @@ private function getAttributesCacheSuffix(DataObject $object)
508508
$attributeSetId = $object->getAttributeSetId() ?: 0;
509509
$storeId = $object->getStoreId() ?: 0;
510510
return $storeId . '-' . $attributeSetId;
511-
}
511+
}
512512

513513
/**
514514
* Retrieve partial load flag

0 commit comments

Comments
 (0)