Properties empty [] #1274
Unanswered
avisentinlektor
asked this question in
Q&A
Replies: 1 comment
-
Having the same issue.
But only get empty properties array. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
"spatie/laravel-activitylog": "^4.5.2"
"php": "8.0.7"
After the update, in the table of acitivity_log the properties are always an empty array.
id;log_name;description;subject_id;subject_type;causer_id;causer_type;properties;created_at;updated_at;batch_uuid;event
3937584;default;updated;6289344;App\Models\Eloquent\Sede\Lettura;24;App\Models\Eloquent\System\User;[];2024-02-06 17:08:53;2024-02-06 17:08:53;\N;updated
How i can fix?
Beta Was this translation helpful? Give feedback.
All reactions