update docs

Signed-off-by: Maurice Preuß (envoyr) <hello@envoyr.com>
This commit is contained in:
2025-04-30 10:03:27 +02:00
parent 80b1f003b2
commit 937fde603b
2 changed files with 2 additions and 2 deletions

View File

@@ -119,7 +119,7 @@ use Illuminate\Support\Facades\Auth;
public function boot(): void
{
Auth::provider('sso-users', function ($app, array $config) {
Auth::provider('anikeen', function ($app, array $config) {
return new AnikeenIdSsoUserProvider(
$app->make(AnikeenId::class),
$app->make(Request::class),

View File

@@ -119,7 +119,7 @@ use Illuminate\Support\Facades\Auth;
public function boot(): void
{
Auth::provider('sso-users', function ($app, array $config) {
Auth::provider('anikeen', function ($app, array $config) {
return new AnikeenIdSsoUserProvider(
$app->make(AnikeenId::class),
$app->make(Request::class),