fix: checks for mispelled words

This commit is contained in:
Adebayo Ilerioluwa 2020-07-21 18:27:35 +01:00
parent ecf4391f94
commit e6494c7a15
5 changed files with 5 additions and 5 deletions

View file

@ -37,7 +37,7 @@ If you wish to use autoincrement ids instead of uuids:
1. set this config key to null, or create a custom tenant model that doesn't use this trait
2. update the `tenants` table migration to use an incrementing column type instead of `string`
### Domain model {3domain-model}
### Domain model {#domain-model}
`tenancy.domain_model`