diff --git a/source/docs/v2/misc-tips.blade.md b/source/docs/v2/misc-tips.blade.md index a92d9c22..97f42e9a 100644 --- a/source/docs/v2/misc-tips.blade.md +++ b/source/docs/v2/misc-tips.blade.md @@ -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.