Skip to content

Commit 40f046e

Browse files
author
Julian van Drielen
committed
MEQP | Forward pull for issue 4803 2.1->2.3
1 parent a8dc518 commit 40f046e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
* @since 100.0.2
1313
*/
1414
interface AttributeInterface extends \Magento\Framework\Api\CustomAttributesDataInterface,
15-
\Magento\Framework\Api\MetadataObjectInterface {
15+
\Magento\Framework\Api\MetadataObjectInterface
16+
{
1617
const ATTRIBUTE_ID = 'attribute_id';
1718

1819
const IS_UNIQUE = 'is_unique';

0 commit comments

Comments
 (0)