added new Socialite example to fit in with existing code.
This commit is contained in:
@@ -28,5 +28,8 @@ class AppServiceProvider extends ServiceProvider
|
||||
public function boot(): void
|
||||
{
|
||||
//
|
||||
Event::listen(function (\SocialiteProvider\Manager\SocialiteWasCalled $event) {
|
||||
$event->extendSocialite('eveonline', \SocialiteProviders\Eveonline\Provider::class);
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user