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()
|
return LogOptions::defaults()
|
||||||
->logOnly(['id', 'username', 'motto', 'rank', 'credits'])
|
->logOnly(['id', 'username', 'motto', 'rank', 'credits'])
|
||||||
->logOnlyDirty()
|
->logOnlyDirty();
|
||||||
->dontSubmitEmptyLogs();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -48,7 +48,6 @@
|
|||||||
"phpunit/phpunit": "^12.0",
|
"phpunit/phpunit": "^12.0",
|
||||||
"rector/rector": "^2.0",
|
"rector/rector": "^2.0",
|
||||||
"spatie/laravel-ignition": "^2.0",
|
"spatie/laravel-ignition": "^2.0",
|
||||||
"spatie/laravel-ray": "^1.32",
|
|
||||||
"whichbrowser/parser": "^2.1"
|
"whichbrowser/parser": "^2.1"
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
|
|||||||
Generated
+146
-845
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user