I'm using laravel-activitylog.
When a record is deleted the $activity->subject
is null
.
On updated
and created
the $activity->subject
returns the model object.
Is there any way I can return the subject on deleted
too?
I'm using laravel-activitylog.
When a record is deleted the $activity->subject
is null
.
On updated
and created
the $activity->subject
returns the model object.
Is there any way I can return the subject on deleted
too?