From 92eadcca08eb5c180470b4542be60c172c616790 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maurice=20Preu=C3=9F=20=28envoyr=29?= Date: Wed, 30 Apr 2025 10:00:27 +0200 Subject: [PATCH] update docs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maurice Preuß (envoyr) --- README.md | 3 ++- README.stub | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 16103b2..771cb65 100644 --- a/README.md +++ b/README.md @@ -109,12 +109,13 @@ public function boot(): void ### Implementing Auth -This method should typically be called in the `boot` method of your `AuthServiceProvider` class: +This method should typically be called in the `boot` method of your `AppServiceProvider` class: ```php use Anikeen\Id\AnikeenId; use Anikeen\Id\Providers\AnikeenIdSsoUserProvider; use Illuminate\Http\Request; +use Illuminate\Support\Facades\Auth; public function boot(): void { diff --git a/README.stub b/README.stub index 5a699dc..e91e396 100644 --- a/README.stub +++ b/README.stub @@ -109,12 +109,13 @@ public function boot(): void ### Implementing Auth -This method should typically be called in the `boot` method of your `AuthServiceProvider` class: +This method should typically be called in the `boot` method of your `AppServiceProvider` class: ```php use Anikeen\Id\AnikeenId; use Anikeen\Id\Providers\AnikeenIdSsoUserProvider; use Illuminate\Http\Request; +use Illuminate\Support\Facades\Auth; public function boot(): void {