1) ) is missing at the end of the code snippet
2) referring to SocialiteUserContract but the use is referring to UserContract
3) FilamentSocialite $socialite causes error (similar to #25):
App\Providers\AppServiceProvider::App\Providers\{closure}(): Argument #2 ($socialite) must be of type DutchCodingCompany\FilamentSocialite\Facades\FilamentSocialite, DutchCodingCompany\FilamentSocialite\FilamentSocialite given,
The following has issues:
https://filamentphp.com/plugins/socialite#changing-how-a-socialite-user-is-created-or-retrieved
1)
)
is missing at the end of the code snippet 2) referring toSocialiteUserContract
but theuse
is referring toUserContract
3)FilamentSocialite $socialite
causes error (similar to #25):And: the
See [FilamentSocialite.php]
links refer to the incorrect URL. Should be (I think): https://github.com/DutchCodingCompany/filament-socialite/blob/main/src/FilamentSocialite.php