From 363427cb74c6a1f185d74245cc901fb4012e9a6f Mon Sep 17 00:00:00 2001 From: lukinovec Date: Tue, 19 Jul 2022 09:24:44 +0200 Subject: [PATCH] Minor fix --- source/docs/v3/integrations/spatie.blade.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/docs/v3/integrations/spatie.blade.md b/source/docs/v3/integrations/spatie.blade.md index de87a15..562189a 100644 --- a/source/docs/v3/integrations/spatie.blade.md +++ b/source/docs/v3/integrations/spatie.blade.md @@ -8,7 +8,8 @@ section: content ## **laravel-activitylog** {#laravel-activitylog} -> 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. +> 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}