Laravel orm association problem

clipboard.png

clipboard.png

clipboard.png

clipboard.png
after the first model association is taken out
how to get the user information out of the third model anchor

Nov.29,2021

,?order inviter,inviteranchor
with(["inviter" => function($query) {
    return $query->with("anchor");
}])
Menu