Update tenant-identification.blade.md

This commit is contained in:
Samuel Stancl 2020-07-22 22:10:11 +02:00 committed by GitHub
parent a4645b3abd
commit 3b4456b146
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,7 +36,7 @@ The benefit of this approach rather than storing the subdomain's full hostname i
The middleware for this method is `Stancl\Tenancy\Middleware\InitializeTenancyBySubdomain`.
## Combined domain/subdomain identification {#combined-domain/subdomain-identification}
## Combined domain/subdomain identification {#combined-domain-subdomain-identification}
If you'd like to use subdomains and domains at the same time, use the `Stancl\Tenancy\Middleware\InitializeTenancyByDomainOrSubdomain` middleware.