Skip to content

Commit 9bced35

Browse files
author
Nikola Lardev
committed
Bulgarian states data
1 parent b2547c8 commit 9bced35

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* Class AddDataForBulgaria
1717
* @package Magento\Directory\Setup\Patch
1818
*/
19-
class AddDataForCroatia implements DataPatchInterface, PatchVersionInterface
19+
class AddDataForBulgaria implements DataPatchInterface, PatchVersionInterface
2020
{
2121
/**
2222
* @var ModuleDataSetupInterface
@@ -29,7 +29,7 @@ class AddDataForCroatia implements DataPatchInterface, PatchVersionInterface
2929
private $dataInstallerFactory;
3030

3131
/**
32-
* AddDataForCroatia constructor.
32+
* AddDataForBulgaria constructor.
3333
*
3434
* @param ModuleDataSetupInterface $moduleDataSetup
3535
* @param \Magento\Directory\Setup\DataInstallerFactory $dataInstallerFactory
@@ -51,16 +51,16 @@ public function apply()
5151
$dataInstaller = $this->dataInstallerFactory->create();
5252
$dataInstaller->addCountryRegions(
5353
$this->moduleDataSetup->getConnection(),
54-
$this->getDataForCroatia()
54+
$this->getDataForBulgaria()
5555
);
5656
}
5757

5858
/**
59-
* Croatian states data.
59+
* Bulgarian states data.
6060
*
6161
* @return array
6262
*/
63-
private function getDataForCroatia()
63+
private function getDataForBulgaria()
6464
{
6565
return [
6666
['BG', 'BG-01', 'Blagoevgrad'],

0 commit comments

Comments
 (0)