wzq il y a 5 ans
Parent
commit
1fbdade68f
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      app/Repositories/Post/PostRepository.php

+ 1 - 1
app/Repositories/Post/PostRepository.php

@@ -420,7 +420,7 @@ class PostRepository
                     'reply_uid' => $comment->reply_uid,
                     'reply_username' => $comment->reply_username,
                     'target_id' => $comment->uid,
-                    'action_id' => $post->id,
+                    'action_id' => $comment->id,
                 ]);
             }
             return Response::create();