Skip to content

Commit 2a67339

Browse files
author
Stanislav Idolov
authored
ENGCOM-2642: Fix #4803: Incorrect return value from Product Attribute Repository #15691
2 parents 7f167b4 + e940892 commit 2a67339

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
11
<?php
22
/**
3-
*
43
* Copyright © Magento, Inc. All rights reserved.
54
* See COPYING.txt for license details.
65
*/
76
namespace Magento\Eav\Api\Data;
87

8+
use Magento\Framework\Api\CustomAttributesDataInterface;
9+
use Magento\Framework\Api\MetadataObjectInterface;
10+
911
/**
1012
* Interface AttributeInterface
1113
* @api
1214
* @since 100.0.2
1315
*/
14-
interface AttributeInterface extends \Magento\Framework\Api\CustomAttributesDataInterface
16+
interface AttributeInterface extends CustomAttributesDataInterface, MetadataObjectInterface
1517
{
1618
const ATTRIBUTE_ID = 'attribute_id';
1719

0 commit comments

Comments
 (0)