码迷,mamicode.com
首页 > 其他好文 > 详细

laravel Call to a member function addEagerConstraints() on null

时间:2020-04-25 19:01:23      阅读:212      评论:0      收藏:0      [点我收藏+]

标签:col   return   报错   str   eager   turn   cal   null   ons   

Call to a member function addEagerConstraints() on null

这是laravel的关联关系出问题

原因:你没有返回关联关系,就调用了关联方法

解决:

public function xxx()
    {
        return $this->belongsTo(yyy,‘外键‘);
    }

return 出去没有return  肯定报错

 

laravel Call to a member function addEagerConstraints() on null

标签:col   return   报错   str   eager   turn   cal   null   ons   

原文地址:https://www.cnblogs.com/zqblog1314/p/12774213.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!