mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Rework socialite integration (#14367)
* Rework socialite integration Prevents unnecessary work each boot * Update SocialiteController.php * Gen 2
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user