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

What happen if I wanto to restore deleted model? #78

Closed aronzillo closed 6 years ago

aronzillo commented 6 years ago

I understand that this package makes a logical deletion of the models that are related to this, if I want to restore the deleted model, it automatically restores the related models?

maguilar92 commented 6 years ago

Yes, related models will be restored