Skip to content

Commit 1836071

Browse files
pradeepkanakaPradeep Kanaka
andauthored
Fix di:compile issue with Magento 2.4.3 (#778)
Co-authored-by: Pradeep Kanaka <[email protected]>
1 parent a65f51e commit 1836071

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Meta/BusinessExtension/Model/System/Message/ConflictingModulesNotification.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class ConflictingModulesNotification implements MessageInterface
2525

2626
public function __construct(
2727
MetaIssueNotification $metaIssueNotification,
28-
ModuleManager $moduleManager,
28+
ModuleManager $moduleManager
2929
) {
3030
$this->metaIssueNotification = $metaIssueNotification;
3131
$this->moduleManager = $moduleManager;

0 commit comments

Comments
 (0)