From 51014157cef3055fc34c98a20b52e24e577287ad Mon Sep 17 00:00:00 2001 From: shaheen-hypertech <112871648+shaheen-hypertech@users.noreply.github.com> Date: Tue, 20 Sep 2022 14:17:44 +0200 Subject: [PATCH] fix a typo in passport integration docs page --- source/docs/v3/integrations/passport.blade.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/docs/v3/integrations/passport.blade.md b/source/docs/v3/integrations/passport.blade.md index 6b31aa9..6169746 100644 --- a/source/docs/v3/integrations/passport.blade.md +++ b/source/docs/v3/integrations/passport.blade.md @@ -16,7 +16,7 @@ section: content To use Passport inside the tenant part of your application, you may do the following. -1. Publish the Passport migrations by running `php artisan vendor:publish --tag=passport-migrations` and move them your tenant migration directory (`database/migrations/tenant/`). +1. Publish the Passport migrations by running `php artisan vendor:publish --tag=passport-migrations` and move them to your tenant migration directory (`database/migrations/tenant/`). 2. Publish the Passport config by running `php artisan vendor:publish --tag=passport-config`. Then, make Passport use the default database connection by setting the storage database connection to `null`. `passport:keys` puts the keys in the `storage/` directory by default – you can change that by setting the key path. ```php return [