Ship with support for login notifications
This commit is contained in:
parent
f1024ad1a8
commit
52fb4f58d5
4 changed files with 69 additions and 5 deletions
|
@ -52,5 +52,9 @@ class AppServiceProvider extends ServiceProvider
|
|||
if ($this->app->environment() !== 'production') {
|
||||
$this->app->register(\Barryvdh\LaravelIdeHelper\IdeHelperServiceProvider::class);
|
||||
}
|
||||
|
||||
if (config('pterodactyl.auth.notifications')) {
|
||||
$this->app->registe(\DaneEveritt\LoginNotifications\NotificationServiceProvider::class);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue