spatie / laravel-activitylog

Log activity inside your Laravel app
https://docs.spatie.be/laravel-activitylog
MIT License
5.3k stars 712 forks source link

soft deleted causer #1185

Closed chris-norton closed 1 year ago

chris-norton commented 1 year ago

Hi

I have enabled soft deletes on the causer model in my project. When a causer model is soft deleted, I could not get the causer from the activity log.

This pull request adds a config option to include soft deleted causer models, and adds withTrashed() to the causer method in the Activity model.