mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-12-25 06:23:18 +00:00
Merge pull request #3484 from shleeable/patch-19
Update ResultsTransformer.php
This commit is contained in:
commit
c516174376
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