Skip to content

Commit

Permalink
ENGCOM-2707: [Backport] Fix #4803: Incorrect return value from Produc…
Browse files Browse the repository at this point in the history
…t Attribute Repository #15688

 - Merge Pull Request #15688 from cream-julian/magento2:2.1-develop-issue-4803
 - Merged commits:
   1. d409248
   2. 90f37dc
   3. b064cd7
  • Loading branch information
magento-engcom-team committed Aug 8, 2018
2 parents 09385c8 + b064cd7 commit fd0af2f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/code/Magento/Eav/Api/Data/AttributeInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
* Interface AttributeInterface
* @api
*/
interface AttributeInterface extends \Magento\Framework\Api\CustomAttributesDataInterface
interface AttributeInterface extends
\Magento\Framework\Api\CustomAttributesDataInterface,
\Magento\Framework\Api\MetadataObjectInterface
{
const ATTRIBUTE_ID = 'attribute_id';

Expand Down

0 comments on commit fd0af2f

Please sign in to comment.