Laravel : using where inside (with Model)

前端 未结 0 1592
情深已故
情深已故 2021-02-07 03:39

I have this Controller :

public function user_predects()
    {
        $matches=Match::with(\'Predect\')->get();
        return ($matches);
    }
相关标签:
回答
  • 消灭零回复
提交回复
热议问题