Merge pull request #3484 from shleeable/patch-19

Update ResultsTransformer.php
This commit is contained in:
daniel 2022-05-20 23:32:02 -06:00 committed by GitHub
commit c516174376
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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());
} }
} }