Skip to content

Commit ef73a64

Browse files
committed
Declare dependency on Magento_Customer module
1 parent 0d0cdfd commit ef73a64

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

app/code/Magento/Indexer/composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"require": {
88
"php": "~8.1.0||~8.2.0",
99
"magento/framework": "*",
10-
"magento/module-backend": "*"
10+
"magento/module-backend": "*",
11+
"magento/module-customer": "*"
1112
},
1213
"type": "magento2-module",
1314
"license": [

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
99
<module name="Magento_Indexer" >
1010
<sequence>
11+
<module name="Magento_Customer"/>
1112
<module name="Magento_Store"/>
1213
<module name="Magento_AdminNotification"/>
1314
</sequence>

0 commit comments

Comments
 (0)