File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed
app/code/Magento/Catalog/Model/ResourceModel Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change 33 * Copyright © Magento, Inc. All rights reserved.
44 * See COPYING.txt for license details.
55 */
6- namespace Magento \ Catalog \ Model \ ResourceModel ;
6+ declare (strict_types= 1 ) ;
77
8- /**
9- * DuplicatedProductAttributesCopier
10- *
11- * Is used to copy product attributes related to non-global scope
12- * from source to target product during product duplication
13- */
8+ namespace Magento \Catalog \Model \ResourceModel ;
149
1510use Magento \Catalog \Api \Data \ProductInterface ;
1611use Magento \Catalog \Model \Product ;
2015use Magento \Store \Model \Store ;
2116
2217/**
18+ * DuplicatedProductAttributesCopier
2319 *
20+ * Is used to copy product attributes related to non-global scope
21+ * from source to target product during product duplication
2422 */
2523class DuplicatedProductAttributesCopier
2624{
You can’t perform that action at this time.
0 commit comments