Skip to content

Commit 2639d0e

Browse files
authored
Update AttributeInterface.php
1 parent 215be5a commit 2639d0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
* @api
1212
* @since 100.0.2
1313
*/
14-
interface AttributeInterface extends \Magento\Framework\Api\CustomAttributesDataInterface,
15-
\Magento\Framework\Api\MetadataObjectInterface
14+
interface AttributeInterface extends \Magento\Framework\Api\CustomAttributesDataInterface,
15+
\Magento\Framework\Api\MetadataObjectInterface
1616
{
1717
const ATTRIBUTE_ID = 'attribute_id';
1818

0 commit comments

Comments
 (0)