Skip to content

Commit 30cbf1f

Browse files
ENGCOM-838: Forward port of PR-13943: #12405: Impossible to creat… #14043
- Merge Pull Request #14043 from hostep/magento2:forward-port-pr-13943 - Merged commits: 1. 7a2d715
2 parents f16c0c4 + 7a2d715 commit 30cbf1f

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)