Skip to content

Commit

Permalink
MEQP | Forward pull for issue 4803 2.1->2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian van Drielen committed Jun 2, 2018
1 parent 19ca090 commit 4e51e9c
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 @@ -11,7 +11,9 @@
* @api
* @since 100.0.2
*/
interface AttributeInterface extends \Magento\Framework\Api\CustomAttributesDataInterface, \Magento\Framework\Api\MetadataObjectInterface
interface AttributeInterface extends
\Magento\Framework\Api\CustomAttributesDataInterface,
\Magento\Framework\Api\MetadataObjectInterface
{
const ATTRIBUTE_ID = 'attribute_id';

Expand Down

0 comments on commit 4e51e9c

Please sign in to comment.