Update ResultsTransformer.php

pull/3484/head
Shlee 3 years ago committed by GitHub
parent ae595c5611
commit 2e50811f2f
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) public function includeTags($results)
{ {
$hashtags = $status->hashtags; $hashtags = $results->hashtags;
return $this->collection($hashtags, new HashtagTransformer()); return $this->collection($hashtags, new HashtagTransformer());
} }
} }

Loading…
Cancel
Save