From 1b5ff75a7d81bedc8da7dce7d800faa7d4e72799 Mon Sep 17 00:00:00 2001 From: Taha Moghaddam Date: Sat, 14 Feb 2026 09:56:28 +0330 Subject: [PATCH] Update misc-tips.blade.md Fix invalid config key --- source/docs/v2/misc-tips.blade.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.