mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-12 10:14:03 +00:00
Fix Typo (#54)
* Fix Typo The statement "Records that contain dots in the domain column will be treated as domains (hostnames) and records that don't contain any dots will be treated as subdomains" should be the other way round * Move (hostnames) after domains
This commit is contained in:
parent
c2a7b7c14a
commit
7a38437a04
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ The middleware for this method is `Stancl\Tenancy\Middleware\InitializeTenancyBy
|
|||
|
||||
If you'd like to use subdomains and domains at the same time, use the `Stancl\Tenancy\Middleware\InitializeTenancyByDomainOrSubdomain` middleware.
|
||||
|
||||
Records that contain **dots** in the `domain` column will be treated as domains (hostnames) and records that don't contain any dots will be treated as subdomains.
|
||||
Records that contain **dots** in the `domain` column will be treated as subdomains and records that don't contain any dots will be treated as domains (hostnames).
|
||||
|
||||
## Path identification
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue