laravel 语句优化

想问问大家这种的写法能优雅一些嘛 =。= ,感觉好丑啊...

$comment = Comment::find($request->id);

$comment->update(['status' => 1]);

Comment::where('commentable_id',$comment->commentable_id)->where('id','!=',$comment->id)->update(['status' => 0]);
dope2008
修改的评论也不能少于六个字哦!
UncleCaozy 回复 dope2008
修改的评论也不能少于六个字哦!