0

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?

4

1 回答 1

0

您可以在不应删除实际记录的地方使用软删除,并且您可以传递已删除的对象

于 2020-11-28T12:45:37.230 回答