mirror of
https://github.com/stancl/tenancy-docs.git
synced 2026-03-21 20:44:03 +00:00
Update misc-tips.blade.md
Fix invalid config key
This commit is contained in:
parent
2be4b681d0
commit
1b5ff75a7d
1 changed files with 1 additions and 1 deletions
|
|
@ -23,6 +23,6 @@ class MyUniqueIDGenerator implements UniqueIdentifierGenerator
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
and then set the `tenancy.unique_id_generator` config to the full path to your class.
|
and then set the `tenancy.id_generator` config to the full path to your class.
|
||||||
|
|
||||||
Note that you may have to make the `id` column on the `tenants` table larger, as it's set to the exact length of uuids by default.
|
Note that you may have to make the `id` column on the `tenants` table larger, as it's set to the exact length of uuids by default.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue