Skip to content

Commit 03ed31e

Browse files
committed
ACP2E-1358, fixed static
1 parent 4b9b475 commit 03ed31e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1019,6 +1019,7 @@ public function load($object, $entityId, $attributes = [])
10191019
* Loads attributes metadata.
10201020
*
10211021
* @deprecated 101.0.0 Use self::loadAttributesForObject instead
1022+
* @see \Magento\Eav\Model\Entity\AbstractEntity::loadAttributesForObject
10221023
* @param array|null $attributes
10231024
* @return $this
10241025
* @since 100.1.0
@@ -1933,7 +1934,9 @@ protected function _isAttributeValueEmpty(AbstractAttribute $attribute, $value)
19331934
*
19341935
* @return AttributeLoaderInterface
19351936
*
1936-
* @deprecated 100.1.0
1937+
* @deprecated 100.1.0 ObjectManager can be used instead.
1938+
* ObjectManager::getInstance()->get(AttributeLoader::class)
1939+
* @see \Magento\Framework\App\ObjectManager::get()
19371940
* @since 100.1.0
19381941
*/
19391942
protected function getAttributeLoader()

0 commit comments

Comments
 (0)