Skip to content

Commit d409248

Browse files
author
Julian van Drielen
committed
Added Magento\Framework\Api\MetadataObjectInterface to extends of Magento\Eav\Api\Data\AttributeInterface as suggested by vkublytskyi
1 parent 6103b6b commit d409248

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Eav/Api/Data/AttributeInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* Interface AttributeInterface
1111
* @api
1212
*/
13-
interface AttributeInterface extends \Magento\Framework\Api\CustomAttributesDataInterface
13+
interface AttributeInterface extends \Magento\Framework\Api\CustomAttributesDataInterface, \Magento\Framework\Api\MetadataObjectInterface
1414
{
1515
const ATTRIBUTE_ID = 'attribute_id';
1616

0 commit comments

Comments
 (0)