Askedio/laravel-soft-cascade

How to turn off cascade mode ?

Closed this issue · 1 comments

Sometimes i need to use delete or restore without cascade, sometimes with. How to do that ? Do i need two models on working with cascade mode and other without ?

Yes, you can create another model that extends the model you need and define there the soft cascading.