|
@@ -956,7 +956,7 @@ class PostRepository
|
|
|
Carbon::parse($post->created_at)->toDateTimeString(),
|
|
|
$post->username,
|
|
|
$post->location,
|
|
|
- implode(' ', $post->topic()->toArray()),
|
|
|
+ implode(' ', $this->getTopic($post->topic_ids)),
|
|
|
subtext(strip_tags($post->content), 20),
|
|
|
$post->data->pv_real,
|
|
|
$post->data->pv,
|