Skip to content

Commit c172dc1

Browse files
committed
#30959 Fix typo
1 parent 876e37b commit c172dc1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

app/code/Magento/Directory/Setup/Patch/Data/AddDataForGreece.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
<?php
22
/**
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.
55
*/
66
declare(strict_types=1);
77

8-
namespace Magento\Directory\GRtup\Patch\Data;
8+
namespace Magento\Directory\Setup\Patch\Data;
99

1010
use Magento\Directory\Setup\DataInstaller;
1111
use Magento\Directory\Setup\DataInstallerFactory;
12-
use Magento\Framework\Setup\ModuleDataGRtupInterface;
12+
use Magento\Framework\Setup\ModuleDataSetupInterface;
1313
use Magento\Framework\Setup\Patch\DataPatchInterface;
1414

1515
/**
@@ -20,7 +20,7 @@ class AddDataForGreece implements DataPatchInterface
2020
/**
2121
* @var ModuleDataSetupInterface
2222
*/
23-
private $moduleDataGRtup;
23+
private $moduleDataSetup;
2424

2525
/**
2626
* @var DataInstallerFactory

0 commit comments

Comments
 (0)