Files
id/src/Id/Socialite/AnikeenIdExtendSocialite.php
Maurice Preuß (envoyr) 4d6fe7c325 update provider
Signed-off-by: Maurice Preuß (envoyr) <hello@envoyr.com>
2025-04-29 21:39:49 +02:00

13 lines
285 B
PHP

<?php
namespace Anikeen\Id\Socialite;
use SocialiteProviders\Manager\SocialiteWasCalled;
class AnikeenIdExtendSocialite
{
public function handle(SocialiteWasCalled $socialiteWasCalled): void
{
$socialiteWasCalled->extendSocialite('anikeen', Provider::class);
}
}