Skip to content
This repository has been archived by the owner on Dec 19, 2019. It is now read-only.

Commit

Permalink
Add composer deps to module sequence
Browse files Browse the repository at this point in the history
  • Loading branch information
pmclain committed Jul 30, 2019
1 parent 169ac1b commit f69b080
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion app/code/Magento/BraintreeGraphQl/etc/module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,12 @@
*/
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="Magento_BraintreeGraphQl"/>
<module name="Magento_BraintreeGraphQl">
<sequence>
<module name="Magento_Braintree"/>
<module name="Magento_Quote"/>
<module name="Magento_Store"/>
<module name="Magento_QuoteGraphQl"/>
</sequence>
</module>
</config>

0 comments on commit f69b080

Please sign in to comment.