@@ -400,8 +400,6 @@ class PostRepository
DB::beginTransaction();
try {
$comment = $this->postComment->create($data);
- $post->data->comment_count += 1;
- $post->data->save();
DB::commit();