laravel : Call to a member function followed() on null
用户关注问题的多对多关联,查询不到数据的时候报错: User.php //用户关注问题,users表与quesitons表多对多关联 public function follows () { return $this->belongs...
用户关注问题的多对多关联,查询不到数据的时候报错: User.php //用户关注问题,users表与quesitons表多对多关联 public function follows () { return $this->belongs...