Merge pull request #3484 from shleeable/patch-19

Update ResultsTransformer.php
pull/3502/head
daniel 3 years ago committed by GitHub
commit c516174376
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save