Seems the 'r' key is loosing its sensitivity... 👀
This commit is contained in:
parent
52fb4f58d5
commit
2564276657
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ class AppServiceProvider extends ServiceProvider
|
||||||
}
|
}
|
||||||
|
|
||||||
if (config('pterodactyl.auth.notifications')) {
|
if (config('pterodactyl.auth.notifications')) {
|
||||||
$this->app->registe(\DaneEveritt\LoginNotifications\NotificationServiceProvider::class);
|
$this->app->register(\DaneEveritt\LoginNotifications\NotificationServiceProvider::class);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue