mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-05 18:52:44 +01:00
is deleted on documents
This commit is contained in:
parent
6ad86aec3f
commit
1d9c19d218
@ -49,8 +49,8 @@ class DocumentTransformer extends EntityTransformer
|
||||
'is_default' => (bool) $document->is_default,
|
||||
'updated_at' => (int) $document->updated_at,
|
||||
'archived_at' => (int) $document->deleted_at,
|
||||
'created_at' => (int) $document->created_at
|
||||
|
||||
'created_at' => (int) $document->created_at,
|
||||
'is_deleted' => (bool) false,
|
||||
];
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user