1
0
Fork 0
mirror of synced 2024-06-27 02:31:04 +12:00

Removed getArrayCopy

This commit is contained in:
Eldad Fux 2021-05-15 23:03:56 +03:00
parent 00d95cb533
commit e1ce368f66

View file

@ -393,7 +393,7 @@ App::delete('/v1/functions/:functionId')
$deletes
->setParam('type', DELETE_TYPE_DOCUMENT)
->setParam('document', $function->getArrayCopy())
->setParam('document', $function)
;
$response->noContent();