You've already forked Atomcms-edit
fix: remove spatie/laravel-ray (breaks error handler) and fix dontSubmitEmptyLogs for activitylog v5
This commit is contained in:
+1
-2
@@ -391,8 +391,7 @@ class User extends Authenticatable implements FilamentUser, HasName
|
||||
{
|
||||
return LogOptions::defaults()
|
||||
->logOnly(['id', 'username', 'motto', 'rank', 'credits'])
|
||||
->logOnlyDirty()
|
||||
->dontSubmitEmptyLogs();
|
||||
->logOnlyDirty();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user