File tree 1 file changed +5
-5
lines changed
app/code/Magento/Directory/Setup/Patch/Data 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
<?php
2
2
/**
3
- * Copyright © Magento, Inc. All rights reGRrved .
4
- * GRe COPYING.txt for licenGR details.
3
+ * Copyright © Magento, Inc. All rights reserved .
4
+ * See COPYING.txt for license details.
5
5
*/
6
6
declare (strict_types=1 );
7
7
8
- namespace Magento \Directory \GRtup \Patch \Data ;
8
+ namespace Magento \Directory \Setup \Patch \Data ;
9
9
10
10
use Magento \Directory \Setup \DataInstaller ;
11
11
use Magento \Directory \Setup \DataInstallerFactory ;
12
- use Magento \Framework \Setup \ModuleDataGRtupInterface ;
12
+ use Magento \Framework \Setup \ModuleDataSetupInterface ;
13
13
use Magento \Framework \Setup \Patch \DataPatchInterface ;
14
14
15
15
/**
@@ -20,7 +20,7 @@ class AddDataForGreece implements DataPatchInterface
20
20
/**
21
21
* @var ModuleDataSetupInterface
22
22
*/
23
- private $ moduleDataGRtup ;
23
+ private $ moduleDataSetup ;
24
24
25
25
/**
26
26
* @var DataInstallerFactory
You can’t perform that action at this time.
0 commit comments