wzq %!s(int64=5) %!d(string=hai) anos
pai
achega
31260faf6b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/Transformers/Post/PostTopicTransformer.php

+ 1 - 1
app/Transformers/Post/PostTopicTransformer.php

@@ -20,7 +20,7 @@ class PostTopicTransformer extends TransformerAbstract
             'avatar' => $post['avatar'],
             'topic' => $this->getTopic($post['topic_ids'], 1),
             'img' => $post['img'],
-            'content' => subtext(strip_tags($post['content']), 20),
+            'content' => subtext(strip_tags($post['content']), 200),
         ];
     }
 }