Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/docs/v2/misc-tips.blade.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.