提示 belongsToManyPosts does not exist 不存在

在 tagController 里
$tag = Meta::where('meta_slug', $slug)->where('meta_type', $type)->get();
$posts = $tag->belongsToManyPosts()->get();
return $posts;

提示 belongsToManyPosts does not exist 不存在

然后我又在tinker里,输入同样的语句能查到文章

为什么会报错啊 怎么排查错误呢
已邀请:

要回复问题请先登录注册