Hi all,
I have a model "Block", it has belongsTo relation to model "Image".
In relation definition i set virtual foreign key action to Relation::CASCADE. So, i delete block model and i expect, that image model will be deleted, but it will not.
I don't understand, how to delete relate models. Please Tell me how to do it. Thank you for your help.