Skip to content

Commit 8f77ca1

Browse files
author
Stanislav Idolov
authored
ENGCOM-2707: [Backport] Fix #4803: Incorrect return value from Product Attribute Repository #15688
2 parents 09385c8 + fd0af2f commit 8f77ca1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@
1010
* Interface AttributeInterface
1111
* @api
1212
*/
13-
interface AttributeInterface extends \Magento\Framework\Api\CustomAttributesDataInterface
13+
interface AttributeInterface extends
14+
\Magento\Framework\Api\CustomAttributesDataInterface,
15+
\Magento\Framework\Api\MetadataObjectInterface
1416
{
1517
const ATTRIBUTE_ID = 'attribute_id';
1618

0 commit comments

Comments
 (0)