Skip to content

Commit cbe1ea3

Browse files
author
Valeriy Nayda
committed
GraphQL-57: Manage Address Book
-- Refactoring
1 parent af50831 commit cbe1ea3

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

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

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,5 @@
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_CustomerGraphQl" >
10-
<sequence>
11-
<module name="Magento_Customer"/>
12-
<module name="Magento_Authorization"/>
13-
<module name="Magento_GraphQl"/>
14-
<module name="Magento_Eav"/>
15-
</sequence>
16-
</module>
9+
<module name="Magento_CustomerGraphQl"/>
1710
</config>

0 commit comments

Comments
 (0)