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 f16c0c4 + 7a2d715 commit 30cbf1fCopy full SHA for 30cbf1f
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