From ed22dad0eda939fe4661ae938d0c4ce6bbbf47ee Mon Sep 17 00:00:00 2001 From: lukinovec Date: Tue, 19 Jul 2022 09:20:00 +0200 Subject: [PATCH] Update note --- source/docs/v3/integrations/spatie.blade.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/docs/v3/integrations/spatie.blade.md b/source/docs/v3/integrations/spatie.blade.md index 9bc7e4e..de87a15 100644 --- a/source/docs/v3/integrations/spatie.blade.md +++ b/source/docs/v3/integrations/spatie.blade.md @@ -8,7 +8,7 @@ section: content ## **laravel-activitylog** {#laravel-activitylog} -> Note: Activity's subject_id has to be an integer. For example, to use the LogsActivity trait on a model, the model's ID has to be an integer. +> Note: The ID of the model who's the subject of Activity needs to be an integer. We recommend extra security measures when using integer IDs for tenants – because the IDs become enumerable, they get vulnerable to enumeration attacks (which UUIDs are safe against). For example, to use the LogsActivity trait on the Tenant model, modify the model to have an integer ID. ### For the tenant app: {#for-the-tenant-app}