Skip to content

Commit 3600041

Browse files
committed
Fix #24710 - rename class
1 parent c09f22d commit 3600041

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/code/Magento/Directory/Setup/Patch/Data/AddMissingCountries.php renamed to app/code/Magento/Directory/Setup/Patch/Data/AddCountriesCaribbeanCuracaoKosovoSintMaarten.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,19 @@
1212
use Magento\Framework\Setup\Patch\DataPatchInterface;
1313

1414
/**
15-
* Class AddMissingCountries
15+
* Class AddCountriesCaribbeanCuracaoKosovoSintMaarten
1616
*
1717
* @package Magento\Directory\Setup\Patch
1818
*/
19-
class AddMissingCountries implements DataPatchInterface
19+
class AddCountriesCaribbeanCuracaoKosovoSintMaarten implements DataPatchInterface
2020
{
2121
/**
2222
* @var ModuleDataSetupInterface
2323
*/
2424
private $moduleDataSetup;
2525

2626
/**
27-
* AddMissingCountries constructor.
27+
* AddCountriesCaribbeanCuracaoKosovoSintMaarten constructor.
2828
* @param ModuleDataSetupInterface $moduleDataSetup
2929
*/
3030
public function __construct(

0 commit comments

Comments
 (0)