From f9bfc1cb8ecc770ebee49de15b6ab8c854700745 Mon Sep 17 00:00:00 2001 From: gregdhaas Date: Tue, 9 Mar 2021 20:42:27 -0500 Subject: [PATCH] Update passport.blade.md --- 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 a020231..11946b3 100644 --- a/source/docs/v3/integrations/passport.blade.md +++ b/source/docs/v3/integrations/passport.blade.md @@ -18,7 +18,7 @@ To use Passport inside the tenant part of your application, you may do the follo Passport::ignoreMigrations(); Passport::routes(null, ['middleware' => [ // You can make this simpler by creating a tenancy route group - InitializeTenancyBySubdomain::class, + InitializeTenancyByDomainOrSubdomain::class, PreventAccessFromCentralDomains::class, ]]); ```