You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add and update this into every model, replacing MODEL_NAME
Add any error in here and fix one by one
useSpatie\Activitylog\LogOptions;
...
public function getActivitylogOptions(): LogOptions {
return LogOptions::defaults()
->useLogName('MODEL_NAME') // Set a custom log name
->setDescriptionForEvent(fn (string$eventName) => "This semester has been {$eventName}.")
;
}
...
...
The text was updated successfully, but these errors were encountered:
Consider the following changes:
DarkGhostHunter/Laraguard
into https://github.com/Laragear/TwoFactorAdd any error in here and fix one by one
The text was updated successfully, but these errors were encountered: