instead of ``

This commit is contained in:
Samuel Štancl 2020-03-15 21:31:41 +01:00 committed by GitHub
parent 86858e1e24
commit 8599372365
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -38,7 +38,7 @@ Controller namespace used for routes in `routes/tenant.php`. The default value i
### `exempt_domains` {#exempt-domains} ### `exempt_domains` {#exempt-domains}
If a hostname from this array is visited, the `tenant.php` routes won't be registered, letting you use the same routes as in that file. This should be the domain without the protocol (i.e., ```example.com``` rather than ```https://example.com```). If a hostname from this array is visited, the `tenant.php` routes won't be registered, letting you use the same routes as in that file. This should be the domain without the protocol (i.e., `example.com` rather than `https://example.com`).
### `database` {#database} ### `database` {#database}