Rephrase ActivityLog note

This commit is contained in:
lukinovec 2022-08-10 13:11:22 +02:00 committed by GitHub
parent 363427cb74
commit 59885bb3ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@ 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).
> Note: The package requires logged models to have integer IDs. 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}