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

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