Skip to content

Commit b3fca68

Browse files
authored
Merge pull request #760 from magento-commerce/conflict-module-notification
Adding the ConflictingModuleNotification class to admin xml
2 parents 4fc31b3 + f491c64 commit b3fca68

File tree

1 file changed

+2
-0
lines changed
  • app/code/Meta/BusinessExtension/etc/adminhtml

1 file changed

+2
-0
lines changed

app/code/Meta/BusinessExtension/etc/adminhtml/di.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
</item>
1919
<item name="notification" xsi:type="string">Meta\BusinessExtension\Model\System\Message\Notification
2020
</item>
21+
<item name="conflicting_module_notification" xsi:type="string">Meta\BusinessExtension\Model\System\Message\ConflictingModulesNotification
22+
</item>
2123
</argument>
2224
</arguments>
2325
</type>

0 commit comments

Comments
 (0)