We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d409248 commit 90f37dcCopy full SHA for 90f37dc
app/code/Magento/Eav/Api/Data/AttributeInterface.php
@@ -10,7 +10,9 @@
10
* Interface AttributeInterface
11
* @api
12
*/
13
-interface AttributeInterface extends \Magento\Framework\Api\CustomAttributesDataInterface, \Magento\Framework\Api\MetadataObjectInterface
+interface AttributeInterface extends
14
+ \Magento\Framework\Api\CustomAttributesDataInterface,
15
+ \Magento\Framework\Api\MetadataObjectInterface
16
{
17
const ATTRIBUTE_ID = 'attribute_id';
18
0 commit comments