Askedio / laravel-soft-cascade

Cascade Delete & Restore when using Laravel SoftDeletes
https://medium.com/asked-io/cascading-softdeletes-with-laravel-5-a1a9335a5b4d
MIT License
705 stars 63 forks source link

Compatible with laravel-auditing #115

Closed 0528Makoto closed 2 years ago

0528Makoto commented 4 years ago

Description:

does not record auditable

Steps To Reproduce:

Install owen-it/laravel-auditing:10.0.0 Create Subject -> Topic Delete Subject, only record auditable data for Subject no for Topic and similar for forceDeleted

maguilar92 commented 4 years ago

@DevMakoto I think that it is related to: https://github.com/Askedio/laravel-soft-cascade/issues/90

If you want you are free to submit a pull request for this fix. At now I do not have time for implement it.