Update NotificationTransformer

pull/1232/head
Daniel Supernault 2019-04-30 20:48:35 -06:00
rodzic 2584b8b093
commit 904a90a849
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 0DEF1C662C9033F7
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -17,7 +17,7 @@ class NotificationTransformer extends Fractal\TransformerAbstract
return [
'id' => (string) $notification->id,
'type' => $this->replaceTypeVerb($notification->action),
'created_at' => (string) $notification->created_at,
'created_at' => (string) $notification->created_at->format('c'),
'account' => null,
'status' => null
];