16
16
* Class AddDataForBulgaria
17
17
* @package Magento\Directory\Setup\Patch
18
18
*/
19
- class AddDataForCroatia implements DataPatchInterface, PatchVersionInterface
19
+ class AddDataForBulgaria implements DataPatchInterface, PatchVersionInterface
20
20
{
21
21
/**
22
22
* @var ModuleDataSetupInterface
@@ -29,7 +29,7 @@ class AddDataForCroatia implements DataPatchInterface, PatchVersionInterface
29
29
private $ dataInstallerFactory ;
30
30
31
31
/**
32
- * AddDataForCroatia constructor.
32
+ * AddDataForBulgaria constructor.
33
33
*
34
34
* @param ModuleDataSetupInterface $moduleDataSetup
35
35
* @param \Magento\Directory\Setup\DataInstallerFactory $dataInstallerFactory
@@ -51,16 +51,16 @@ public function apply()
51
51
$ dataInstaller = $ this ->dataInstallerFactory ->create ();
52
52
$ dataInstaller ->addCountryRegions (
53
53
$ this ->moduleDataSetup ->getConnection (),
54
- $ this ->getDataForCroatia ()
54
+ $ this ->getDataForBulgaria ()
55
55
);
56
56
}
57
57
58
58
/**
59
- * Croatian states data.
59
+ * Bulgarian states data.
60
60
*
61
61
* @return array
62
62
*/
63
- private function getDataForCroatia ()
63
+ private function getDataForBulgaria ()
64
64
{
65
65
return [
66
66
['BG ' , 'BG-01 ' , 'Blagoevgrad ' ],
0 commit comments