Skip to content

Commit fd0af2f

Browse files
ENGCOM-2707: [Backport] Fix #4803: Incorrect return value from Product Attribute Repository #15688
- Merge Pull Request #15688 from cream-julian/magento2:2.1-develop-issue-4803 - Merged commits: 1. d409248 2. 90f37dc 3. b064cd7
2 parents 09385c8 + b064cd7 commit fd0af2f

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)