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 {