Soft delete plugin deletes `BelongsToMany Associations` by default. We can prevent `BelongsToMany Associations` from deleting with `dependent = false`. I wonder if we should it be default by plugin.
Soft delete plugin deletes
BelongsToMany Associationsby default.We can prevent
BelongsToMany Associationsfrom deleting withdependent = false.I wonder if we should it be default by plugin.