From ba54f33962e0adec51b92b7ce62e68421a4988f9 Mon Sep 17 00:00:00 2001 From: lukinovec Date: Fri, 2 Sep 2022 12:03:05 +0200 Subject: [PATCH] Don't imply that the events method is static --- source/docs/v3/integrations/spatie.blade.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/docs/v3/integrations/spatie.blade.md b/source/docs/v3/integrations/spatie.blade.md index 59a9339..3475a47 100644 --- a/source/docs/v3/integrations/spatie.blade.md +++ b/source/docs/v3/integrations/spatie.blade.md @@ -29,7 +29,7 @@ php artisan vendor:publish --provider="Spatie\Permission\PermissionServiceProvid mv database/migrations/*_create_permission_tables.php database/migrations/tenant ``` -Next, add the following listeners to the `TenancyBootstrapped` and `TenancyEnded` events in `TenancyServiceProvider::events()`: +Next, add the following listeners to the `TenancyBootstrapped` and `TenancyEnded` events to `events()` in your `TenancyServiceProvider`: ```php Events\TenancyBootstrapped::class => [