We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f634144 commit 3b618b0Copy full SHA for 3b618b0
app/code/Magento/Directory/Setup/Patch/Data/AddDataForCostaRica.php
@@ -11,11 +11,11 @@
11
use Magento\Directory\Setup\DataInstallerFactory;
12
use Magento\Framework\Setup\ModuleDataSetupInterface;
13
use Magento\Framework\Setup\Patch\DataPatchInterface;
14
-
+use Magento\Framework\Setup\Patch\PatchVersionInterface;
15
/**
16
* Add Costa Rica States/Regions
17
*/
18
-class AddDataForCostaRica implements DataPatchInterface
+class AddDataForCostaRica implements DataPatchInterface,PatchVersionInterface
19
{
20
21
* @var ModuleDataSetupInterface
@@ -90,4 +90,8 @@ public function getAliases()
90
91
return [];
92
}
93
+ public static function getVersion()
94
+ {
95
+ return '2.4.2';
96
+ }
97
0 commit comments