1
0
Fork 0

Update StatusTransformer

This commit is contained in:
Daniel Supernault 2019-11-10 20:53:37 -07:00
parent d4b50a24ae
commit 484bb509c6
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 2 additions and 1 deletions

View File

@ -47,7 +47,8 @@ class StatusTransformer extends Fractal\TransformerAbstract
'thread' => false,
'replies' => [],
'parent' => [],
'place' => $status->place
'place' => $status->place,
'local' => (bool) $status->local,
];
}