From 4d6fe7c325f0c02d65a540a0ff1b7bb767272524 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maurice=20Preu=C3=9F=20=28envoyr=29?= Date: Tue, 29 Apr 2025 21:39:49 +0200 Subject: [PATCH] update provider MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maurice Preuß (envoyr) --- src/Id/Socialite/AnikeenIdExtendSocialite.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Id/Socialite/AnikeenIdExtendSocialite.php b/src/Id/Socialite/AnikeenIdExtendSocialite.php index b26352b..66244d7 100644 --- a/src/Id/Socialite/AnikeenIdExtendSocialite.php +++ b/src/Id/Socialite/AnikeenIdExtendSocialite.php @@ -8,6 +8,6 @@ class AnikeenIdExtendSocialite { public function handle(SocialiteWasCalled $socialiteWasCalled): void { - $socialiteWasCalled->extendSocialite('anikeen-id', Provider::class); + $socialiteWasCalled->extendSocialite('anikeen', Provider::class); } } \ No newline at end of file