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
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ class AppServiceProvider extends ServiceProvider
}
if (config('pterodactyl.auth.notifications')) {
$this->app->registe(\DaneEveritt\LoginNotifications\NotificationServiceProvider::class);
$this->app->register(\DaneEveritt\LoginNotifications\NotificationServiceProvider::class);
}
}
}