mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
formatting and pull 1.6.x
This commit is contained in:
@@ -3033,8 +3033,8 @@ App::post('/v1/databases/:databaseId/collections/:collectionId/documents')
|
||||
/**
|
||||
* Add inserts $operations relations metrics here
|
||||
*/
|
||||
var_dump('shmuel === $operations');
|
||||
var_dump($operations);
|
||||
var_dump('shmuel === $operations');
|
||||
var_dump($operations);
|
||||
|
||||
try {
|
||||
$document = $dbForProject->createDocument('database_' . $database->getInternalId() . '_collection_' . $collection->getInternalId(), $document);
|
||||
|
||||
Reference in New Issue
Block a user