File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed
app/code/Magento/Directory/Setup/Patch/Data Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change 12
12
use Magento \Framework \Setup \ModuleDataSetupInterface ;
13
13
use Magento \Framework \Setup \Patch \DataPatchInterface ;
14
14
use Magento \Framework \Setup \Patch \PatchVersionInterface ;
15
+
15
16
/**
16
17
* Add Costa Rica States/Regions
17
18
*/
18
- class AddDataForCostaRica implements DataPatchInterface,PatchVersionInterface
19
+ class AddDataForCostaRica implements DataPatchInterface, PatchVersionInterface
19
20
{
20
21
/**
21
22
* @var ModuleDataSetupInterface
@@ -55,8 +56,7 @@ public function apply()
55
56
}
56
57
57
58
/**
58
- * Costa Rica states data.
59
- * Pura Vida :)
59
+ * Costa Rica states data.Pura Vida :)
60
60
*
61
61
* @return array
62
62
*/
@@ -90,8 +90,14 @@ public function getAliases()
90
90
{
91
91
return [];
92
92
}
93
+
94
+ /**
95
+ * Get version
96
+ *
97
+ * @return string
98
+ */
93
99
public static function getVersion ()
94
100
{
95
- return '2.4.2 ' ;
101
+ return '2.4.2 ' ;
96
102
}
97
103
}
You can’t perform that action at this time.
0 commit comments