mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
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)
|
||||
{
|
||||
$hashtags = $status->hashtags;
|
||||
$hashtags = $results->hashtags;
|
||||
return $this->collection($hashtags, new HashtagTransformer());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue