is deleted on documents
This commit is contained in:
parent
6ad86aec3f
commit
1d9c19d218
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Reference in a new issue