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 eec43c5 commit c102264Copy full SHA for c102264
app/code/Magento/Backend/etc/module.xml
@@ -6,7 +6,7 @@
6
*/
7
-->
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_Backend" setup_version="2.0.0.0">
+ <module name="Magento_Backend" setup_version="2.0.0">
10
<sequence>
11
<module name="Magento_Directory"/>
12
</sequence>
app/code/Magento/Indexer/Setup/InstallData.php
@@ -15,6 +15,7 @@
15
use Magento\Indexer\Model\Resource\Indexer\State\CollectionFactory;
16
use Magento\Indexer\Model\Indexer\State;
17
use Magento\Indexer\Model\Indexer\StateFactory;
18
+use Magento\Framework\Setup\InstallDataInterface;
19
20
/**
21
* @codeCoverageIgnore
0 commit comments