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

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

@@ -28,6 +28,7 @@ class DetailTransformer extends  TransformerAbstract
             'topic' => $post->topic(),
             'topic' => $post->topic(),
             'title' => $post['title'],
             'title' => $post['title'],
             'content' => $post['content'],
             'content' => $post['content'],
+            'type' => $post['type'],
             'img' => $post['img'],
             'img' => $post['img'],
             'video' => $post['video'],
             'video' => $post['video'],
             'imgs' => $imgs,
             'imgs' => $imgs,