Skip to content

Commit 12b44ba

Browse files
author
Stanislav Idolov
authored
ENGCOM-838: Forward port of PR-13943: #12405: Impossible to creat… #14043
2 parents 86ffa6c + 30cbf1f commit 12b44ba

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

app/code/Magento/Config/etc/module.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,9 @@
66
*/
77
-->
88
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
9-
<module name="Magento_Config" />
9+
<module name="Magento_Config">
10+
<sequence>
11+
<module name="Magento_Store"/>
12+
</sequence>
13+
</module>
1014
</config>

0 commit comments

Comments
 (0)