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.
2 parents 86ffa6c + 30cbf1f commit 12b44baCopy full SHA for 12b44ba
app/code/Magento/Config/etc/module.xml
@@ -6,5 +6,9 @@
6
*/
7
-->
8
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
9
- <module name="Magento_Config" />
+ <module name="Magento_Config">
10
+ <sequence>
11
+ <module name="Magento_Store"/>
12
+ </sequence>
13
+ </module>
14
</config>
0 commit comments