Allow the trait to be inherited
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.
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.