多态关联插入的问题

我们可以用下面的关联插入来添加评论

$post = App\Post::find(1);
$post->comments()->create(['content' => 'This is a great tutorial']);

那么问题来了,comments 表有 user_id,怎么通过关联来插入,而不是通过下面的方法

$post->comments()->create(['content' => 'This is a great tutorial', 'user_id' => 10]);
JellyBool
修改的评论也不能少于六个字哦!
beaplat-61f 回复 JellyBool
修改的评论也不能少于六个字哦!
JellyBool 回复 beaplat-61f
修改的评论也不能少于六个字哦!