extendSocialite('clerk', \SocialiteProviders\Clerk\Provider::class); }); } /** * All of the container bindings that should be registered. * * @var array */ public $bindings = [ SocialUserResolverInterface::class => SocialUserResolver::class, ]; }