File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 6
6
*/
7
7
-->
8
8
<config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" ../../../../../lib/internal/Magento/Framework/Module/etc/module.xsd" >
9
- <module name =" Magento_Config" schema_version =" 2.0.0" />
9
+ <module name =" Magento_Config" setup_version =" 2.0.0" />
10
10
</config >
Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ class InstallData implements InstallDataInterface
21
21
*/
22
22
public function install (ModuleDataSetupInterface $ setup , ModuleContextInterface $ context )
23
23
{
24
- $ installer = $ setup ->createMigrationSetup ();
25
24
$ setup ->startSetup ();
26
25
27
26
/**
Original file line number Diff line number Diff line change 6
6
*/
7
7
-->
8
8
<config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" ../../../../../lib/internal/Magento/Framework/Module/etc/module.xsd" >
9
- <module name =" Magento_Variable" schema_version =" 2.0.0" >
9
+ <module name =" Magento_Variable" setup_version =" 2.0.0" >
10
10
</module >
11
11
</config >
You can’t perform that action at this time.
0 commit comments