Update StatusStatelessTransformer

pull/1830/head
Daniel Supernault 2019-11-24 14:57:45 -07:00
rodzic 08fb905c12
commit 71e77a8325
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 0DEF1C662C9033F7
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -48,6 +48,7 @@ class StatusStatelessTransformer extends Fractal\TransformerAbstract
'thread' => false,
'replies' => [],
'parent' => $status->parent() ? $this->transform($status->parent()) : [],
'local' => (bool) $status->local,
];
}