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
1 changed files with 1 additions and 1 deletions

View File

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