Skip to content

Allow the trait to be inherited

Compare
Choose a tag to compare
@michaeldyrynda michaeldyrynda released this 27 May 05:42
· 64 commits to master since this release

If you happen to want all of your models to implement SoftDeletes, you can now also add the CascadeSoftDeletes to your base model and the functionality will be correctly inherited through your child models.