save model relationships on a standalone form builder with repeater
I have the following standalone form. How do I go about saving the relations on the model?
calling
saveRelationships()
seems to do nothing. I checked the queries executed and there aren't any update statement. Any ideas what the issue may be? I looked into the docs and couldn't figure out.2 Replies
Use
->relationship()
on your Repeaterok, let me give that a try