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");
}])
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3343a-e3cc.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3343a-e3cc.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?