We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d0b91b commit c9a1afaCopy full SHA for c9a1afa
app/code/Magento/Catalog/Controller/Adminhtml/Product/Attribute/Validate.php
@@ -23,7 +23,7 @@
23
class Validate extends AttributeAction implements HttpGetActionInterface, HttpPostActionInterface
24
{
25
const DEFAULT_MESSAGE_KEY = 'message';
26
- private const RESERVED_ATTRIBUTE_CODES = ['product_type', 'type_id'];
+ private const RESERVED_ATTRIBUTE_CODES = ['product_type', 'type_id'];
27
28
/**
29
* @var \Magento\Framework\Controller\Result\JsonFactory
0 commit comments