File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
app/code/Magento/Directory/Setup/Patch/Data Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 13
13
use Magento \Framework \Setup \Patch \PatchVersionInterface ;
14
14
15
15
/**
16
- * Class AddDataForIndia
17
- * @package Magento\Directory\Setup\Patch\Data
16
+ * Add Regions for India.
18
17
*/
19
18
class AddDataForIndia implements DataPatchInterface, PatchVersionInterface
20
19
{
@@ -43,7 +42,7 @@ public function __construct(
43
42
}
44
43
45
44
/**
46
- * { @inheritdoc}
45
+ * @inheritdoc
47
46
*/
48
47
public function apply ()
49
48
{
@@ -103,7 +102,7 @@ private function getDataForIndia()
103
102
}
104
103
105
104
/**
106
- * { @inheritdoc}
105
+ * @inheritdoc
107
106
*/
108
107
public static function getDependencies ()
109
108
{
@@ -113,15 +112,15 @@ public static function getDependencies()
113
112
}
114
113
115
114
/**
116
- * { @inheritdoc}
115
+ * @inheritdoc
117
116
*/
118
117
public static function getVersion ()
119
118
{
120
119
return '2.0.2 ' ;
121
120
}
122
121
123
122
/**
124
- * { @inheritdoc}
123
+ * @inheritdoc
125
124
*/
126
125
public function getAliases ()
127
126
{
You can’t perform that action at this time.
0 commit comments