wzq 5 anni fa
parent
commit
e90f63a1c6
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      app/Transformers/Post/CommentTransformer.php

+ 0 - 1
app/Transformers/Post/CommentTransformer.php

@@ -88,7 +88,6 @@ class CommentTransformer extends TransformerAbstract
             'created_at' => Carbon::parse($postComment['created_at'])->diffForHumans(),
             'reply_count' => $postComment['reply_count'],
             'reply' => $reply,
-            'replys' => $reply,
             'is_delete' => $postComment['is_delete'],
             'is_like' => $commentLike['is_like'],
             'like_count' => $commentLike['like_count'],