1
0
Fork 0
mirror of synced 2024-07-01 12:40:34 +12:00

Updated collectionId

This commit is contained in:
Eldad Fux 2021-08-18 14:43:23 +03:00
parent c4e5c8ac96
commit 3b1facaaa9

View file

@ -93,10 +93,9 @@ $attributesCallback = function ($attribute, $response, $dbForExternal, $database
//
// TODO@kodumbeats should $signed and $filters be part of the response model?
var_dump($collectionId);
$attribute = new Document([
'$id' => $attributeId,
'$collection' => $collectionId,
'$id' => $attributeId,
'type' => $type,
'size' => $size,
'required' => $required,