In the doc Defer a relation unbinding is written, that there is a method called delete with deffered binding. But this doesn't work, the item will delete directly and I can't find the method in
vendor/october/rain/src/Database/Relations/HasOneOrMany.php
Is that a bug in the code or a doc issue?
@hackolein The issue is the method should be remove, not delete. I've resolved this in the docs.
Most helpful comment
@hackolein The issue is the method should be
remove, notdelete. I've resolved this in the docs.