1
0
Fork 0

Update StatusHashtagTransformer

This commit is contained in:
Daniel Supernault 2019-07-02 00:33:58 -06:00
parent 4f9a88a77f
commit 58a19bbf05
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 10 additions and 9 deletions

View File

@ -15,6 +15,7 @@ class StatusHashtagTransformer extends Fractal\TransformerAbstract
return [ return [
'status' => [ 'status' => [
'id' => (int) $status->id,
'type' => $status->type, 'type' => $status->type,
'url' => $status->url(), 'url' => $status->url(),
'thumb' => $status->thumb(), 'thumb' => $status->thumb(),