Rework socialite integration (#14367)

* Rework socialite integration

Prevents unnecessary work each boot

* Update SocialiteController.php

* Gen 2
This commit is contained in:
Jellyfrog
2022-10-07 20:52:55 +02:00
committed by GitHub
parent ff5b565fec
commit b31b992020
7 changed files with 52 additions and 47 deletions

View File

@@ -173,7 +173,6 @@ return [
/*
* Package Service Providers...
*/
\SocialiteProviders\Manager\ServiceProvider::class,
/*
* LibreNMS Service Providers...
@@ -186,9 +185,6 @@ return [
// App\Providers\BroadcastServiceProvider::class,
App\Providers\EventServiceProvider::class,
App\Providers\RouteServiceProvider::class,
App\Providers\SocialiteListenersServiceProvider::class,
App\Providers\ComposerServiceProvider::class,
App\Providers\DatastoreServiceProvider::class,
App\Providers\SnmptrapProvider::class,