File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
app/code/Magento/LoginAsCustomerGraphQl Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 5
5
"php" : " ~7.3.0||~7.4.0" ,
6
6
"magento/framework" : " *" ,
7
7
"magento/module-login-as-customer-api" : " *" ,
8
+ "magento/module-integration" : " *" ,
8
9
"magento/module-store" : " *" ,
9
10
"magento/module-customer" : " *" ,
10
11
"magento/module-catalog-graph-ql" : " *"
Original file line number Diff line number Diff line change 8
8
<config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" urn:magento:framework:Module/etc/module.xsd" >
9
9
<module name =" Magento_LoginAsCustomerGraphQl" >
10
10
<sequence >
11
+ <module name =" Magento_LoginAsCustomer" />
11
12
<module name =" Magento_LoginAsCustomerApi" />
12
13
<module name =" Magento_Customer" />
13
14
<module name =" Magento_Store" />
You can’t perform that action at this time.
0 commit comments