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

@@ -40,6 +40,7 @@ class SocialiteController extends Controller
public function __construct()
{
app()->register(\SocialiteProviders\Manager\ServiceProvider::class);
$this->injectConfig();
}