We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e82b20 commit 2817e9cCopy full SHA for 2817e9c
app/code/Magento/User/etc/adminhtml/di.xml
@@ -12,5 +12,4 @@
12
<argument name="authorization" xsi:type="object">Magento\Framework\Authorization</argument>
13
</arguments>
14
</type>
15
- <preference for="Magento\User\Model\Spi\NotificatorInterface" type="Magento\User\Model\Notificator" />
16
</config>
app/code/Magento/User/etc/di.xml
@@ -17,4 +17,5 @@
17
</argument>
18
19
20
+ <preference for="Magento\User\Model\Spi\NotificatorInterface" type="Magento\User\Model\Notificator" />
21
0 commit comments