wzq преди 5 години
родител
ревизия
e90f63a1c6
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  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'],