Skip to content

Commit 2817e9c

Browse files
author
Oleksandr Gorkun
committed
MAGETWO-92720: E-mail admin users when a new administrator is created.
1 parent 6e82b20 commit 2817e9c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

app/code/Magento/User/etc/adminhtml/di.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,4 @@
1212
<argument name="authorization" xsi:type="object">Magento\Framework\Authorization</argument>
1313
</arguments>
1414
</type>
15-
<preference for="Magento\User\Model\Spi\NotificatorInterface" type="Magento\User\Model\Notificator" />
1615
</config>

app/code/Magento/User/etc/di.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@
1717
</argument>
1818
</arguments>
1919
</type>
20+
<preference for="Magento\User\Model\Spi\NotificatorInterface" type="Magento\User\Model\Notificator" />
2021
</config>

0 commit comments

Comments
 (0)