Notify admin of new user registration

This commit is contained in:
Nabeel Shahzad
2017-12-30 20:39:17 -06:00
parent d943d9bbff
commit 778780f3f2
4 changed files with 55 additions and 6 deletions

View File

@@ -19,7 +19,7 @@ class EventServiceProvider extends ServiceProvider
];
protected $subscribe = [
'App\Listeners\EmailEventListener',
'App\Listeners\NotificationEventListener',
];
/**