Skip to content

Commit f1d027c

Browse files
author
Stanislav Idolov
authored
ENGCOM-2708: [Forwardport] Fix #4803: Incorrect return value from Product Attribute Repository #15723
2 parents c269b4b + b7c3c3d commit f1d027c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
* @api
1212
* @since 100.0.2
1313
*/
14-
interface AttributeInterface extends \Magento\Framework\Api\CustomAttributesDataInterface
14+
interface AttributeInterface extends \Magento\Framework\Api\CustomAttributesDataInterface,
15+
\Magento\Framework\Api\MetadataObjectInterface
1516
{
1617
const ATTRIBUTE_ID = 'attribute_id';
1718

0 commit comments

Comments
 (0)