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 90f37dc commit b064cd7Copy full SHA for b064cd7
app/code/Magento/Eav/Api/Data/AttributeInterface.php
@@ -10,8 +10,8 @@
10
* Interface AttributeInterface
11
* @api
12
*/
13
-interface AttributeInterface extends
14
- \Magento\Framework\Api\CustomAttributesDataInterface,
+interface AttributeInterface extends
+ \Magento\Framework\Api\CustomAttributesDataInterface,
15
\Magento\Framework\Api\MetadataObjectInterface
16
{
17
const ATTRIBUTE_ID = 'attribute_id';
0 commit comments