mirror of
https://github.com/anikeen-com/id.git
synced 2026-03-19 08:36:16 +00:00
@@ -119,7 +119,7 @@ use Illuminate\Support\Facades\Auth;
|
|||||||
|
|
||||||
public function boot(): void
|
public function boot(): void
|
||||||
{
|
{
|
||||||
Auth::provider('sso-users', function ($app, array $config) {
|
Auth::provider('anikeen', function ($app, array $config) {
|
||||||
return new AnikeenIdSsoUserProvider(
|
return new AnikeenIdSsoUserProvider(
|
||||||
$app->make(AnikeenId::class),
|
$app->make(AnikeenId::class),
|
||||||
$app->make(Request::class),
|
$app->make(Request::class),
|
||||||
|
|||||||
@@ -119,7 +119,7 @@ use Illuminate\Support\Facades\Auth;
|
|||||||
|
|
||||||
public function boot(): void
|
public function boot(): void
|
||||||
{
|
{
|
||||||
Auth::provider('sso-users', function ($app, array $config) {
|
Auth::provider('anikeen', function ($app, array $config) {
|
||||||
return new AnikeenIdSsoUserProvider(
|
return new AnikeenIdSsoUserProvider(
|
||||||
$app->make(AnikeenId::class),
|
$app->make(AnikeenId::class),
|
||||||
$app->make(Request::class),
|
$app->make(Request::class),
|
||||||
|
|||||||
Reference in New Issue
Block a user