v0.1.10
This commit is contained in:
4
bootstrap/notification.php
Normal file
4
bootstrap/notification.php
Normal file
@@ -0,0 +1,4 @@
|
||||
<?php
|
||||
\kernel\App::$notificationDispatcher = new \kernel\modules\notification\NotificationDispatcher();
|
||||
|
||||
\kernel\App::$notificationDispatcher->addChannel('email', new \kernel\modules\notification\channels\EmailChannel());
|
Reference in New Issue
Block a user