mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Updated collectionId
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user