Seems the 'r' key is loosing its sensitivity... 👀

This commit is contained in:
Dane Everitt 2017-04-14 17:11:54 -04:00
parent 52fb4f58d5
commit 2564276657
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53

View file

@ -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);
} }
} }
} }