diff --git a/AutodeskAPSExtendSocialite.php b/AutodeskAPSExtendSocialite.php index e3dca71..7255d21 100644 --- a/AutodeskAPSExtendSocialite.php +++ b/AutodeskAPSExtendSocialite.php @@ -9,9 +9,9 @@ class AutodeskAPSExtendSocialite /** * Register the provider. * - * @param SocialiteWasCalled $socialiteWasCalled + * @param \SocialiteProviders\Manager\SocialiteWasCalled $socialiteWasCalled */ - public function handle(SocialiteWasCalled $socialiteWasCalled): void + public function handle(SocialiteWasCalled $socialiteWasCalled) { $socialiteWasCalled->extendSocialite('aps', Provider::class); }