We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8c705bf + f5109c4 commit a221efbCopy full SHA for a221efb
app/code/Magento/Eav/Model/AttributeManagement.php
@@ -23,6 +23,7 @@ class AttributeManagement implements \Magento\Eav\Api\AttributeManagementInterfa
23
/**
24
* @var \Magento\Eav\Model\ResourceModel\Entity\Attribute\Collection
25
* @deprecated 100.2.0 please use instead \Magento\Eav\Model\ResourceModel\Entity\Attribute\CollectionFactory
26
+ * @see $attributeCollectionFactory
27
*/
28
protected $attributeCollection;
29
0 commit comments