mirror of
https://github.com/anikeen-com/id.git
synced 2026-03-17 15:46:17 +00:00
first commit
This commit is contained in:
13
src/Id/Socialite/AnikeenIdExtendSocialite.php
Normal file
13
src/Id/Socialite/AnikeenIdExtendSocialite.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace Anikeen\Id\Socialite;
|
||||
|
||||
use SocialiteProviders\Manager\SocialiteWasCalled;
|
||||
|
||||
class AnikeenIdExtendSocialite
|
||||
{
|
||||
public function handle(SocialiteWasCalled $socialiteWasCalled): void
|
||||
{
|
||||
$socialiteWasCalled->extendSocialite('anikeen-id', Provider::class);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user