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 2368e8f commit f263548Copy full SHA for f263548
app/code/Magento/Catalog/Model/Product/Attribute/Backend/Sku.php
@@ -3,16 +3,15 @@
3
* Copyright © Magento, Inc. All rights reserved.
4
* See COPYING.txt for license details.
5
*/
6
+namespace Magento\Catalog\Model\Product\Attribute\Backend;
7
+
8
+use Magento\Catalog\Model\Product;
9
10
/**
11
* Catalog product SKU backend attribute model
12
*
13
* @author Magento Core Team <[email protected]>
14
-namespace Magento\Catalog\Model\Product\Attribute\Backend;
-
-use Magento\Catalog\Model\Product;
15
16
class Sku extends \Magento\Eav\Model\Entity\Attribute\Backend\AbstractBackend
17
{
18
0 commit comments