mirror of
https://github.com/YunoHost-Apps/pixelfed_ynh.git
synced 2024-09-03 20:06:04 +02: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)
|
public function includeTags($results)
|
||||||
{
|
{
|
||||||
$hashtags = $status->hashtags;
|
$hashtags = $results->hashtags;
|
||||||
return $this->collection($hashtags, new HashtagTransformer());
|
return $this->collection($hashtags, new HashtagTransformer());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue