Hello,
Is it possible to trigger beforeDelete/afterDelete for relations?
We have this inheritance for example : Client -> hasMany: Products -> hasMany: Images
And we want to delete() the Client and also trigger a beforeDelete() on Images. It doens't seem to work in our tests.