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.
1 parent 6103b6b commit d409248Copy full SHA for d409248
app/code/Magento/Eav/Api/Data/AttributeInterface.php
@@ -10,7 +10,7 @@
10
* Interface AttributeInterface
11
* @api
12
*/
13
-interface AttributeInterface extends \Magento\Framework\Api\CustomAttributesDataInterface
+interface AttributeInterface extends \Magento\Framework\Api\CustomAttributesDataInterface, \Magento\Framework\Api\MetadataObjectInterface
14
{
15
const ATTRIBUTE_ID = 'attribute_id';
16
0 commit comments