Skip to content

Commit f69b080

Browse files
committed
Add composer deps to module sequence
1 parent 169ac1b commit f69b080

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,12 @@
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_BraintreeGraphQl"/>
9+
<module name="Magento_BraintreeGraphQl">
10+
<sequence>
11+
<module name="Magento_Braintree"/>
12+
<module name="Magento_Quote"/>
13+
<module name="Magento_Store"/>
14+
<module name="Magento_QuoteGraphQl"/>
15+
</sequence>
16+
</module>
1017
</config>

0 commit comments

Comments
 (0)