forked from mirror/pixelfed
Update ResultsTransformer.php
This commit is contained in:
parent
ae595c5611
commit
2e50811f2f
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ class ResultsTransformer extends Fractal\TransformerAbstract
|
||||||
|
|
||||||
public function includeTags($results)
|
public function includeTags($results)
|
||||||
{
|
{
|
||||||
$hashtags = $status->hashtags;
|
$hashtags = $results->hashtags;
|
||||||
return $this->collection($hashtags, new HashtagTransformer());
|
return $this->collection($hashtags, new HashtagTransformer());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue