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 3
3
* Copyright © Magento, Inc. All rights reserved.
4
4
* See COPYING.txt for license details.
5
5
*/
6
- namespace Magento \ Catalog \ Model \ ResourceModel ;
6
+ declare (strict_types= 1 ) ;
7
7
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 ;
14
9
15
10
use Magento \Catalog \Api \Data \ProductInterface ;
16
11
use Magento \Catalog \Model \Product ;
20
15
use Magento \Store \Model \Store ;
21
16
22
17
/**
18
+ * DuplicatedProductAttributesCopier
23
19
*
20
+ * Is used to copy product attributes related to non-global scope
21
+ * from source to target product during product duplication
24
22
*/
25
23
class DuplicatedProductAttributesCopier
26
24
{
You can’t perform that action at this time.
0 commit comments