mirror of https://github.com/pixelfed/pixelfed.git
Update ResultsTransformer.php
This commit is contained in:
parent
ae595c5611
commit
2e50811f2f
|
@ -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 New Issue