fix: remove spatie/laravel-ray (breaks error handler) and fix dontSubmitEmptyLogs for activitylog v5

This commit is contained in:
root
2026-05-23 18:26:38 +02:00
parent ce466028f1
commit 6de250f49f
3 changed files with 147 additions and 848 deletions
+1 -2
View File
@@ -391,8 +391,7 @@ class User extends Authenticatable implements FilamentUser, HasName
{
return LogOptions::defaults()
->logOnly(['id', 'username', 'motto', 'rank', 'credits'])
->logOnlyDirty()
->dontSubmitEmptyLogs();
->logOnlyDirty();
}
/**