我正在尝试使用LaravelCommentable实现多线程评论它使用带Baum的嵌套集我已经设法使根评论工作,但是当我回复评论时,数据库中的记录被插入时没有commentable_id和commentable_type所以没有办法知道对该评论的回复是针对App\Post还是App\Product,因为这两个字段是空的,我似乎无法理解为什么。表格users:id,name,email...posts:id,user_id,subreddit_id...comments:id,user_id,parent_id,lft,rgt,depth,commentable_id,commentab