Skip to content

Commit

Permalink
Forward pull for issue 4803 2.1->2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian van Drielen committed Jun 2, 2018
1 parent 20474b1 commit 4c1989e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/Magento/Eav/Api/Data/AttributeInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* @api
* @since 100.0.2
*/
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 4c1989e

Please sign in to comment.