mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Fix method refs
This commit is contained in:
@@ -105,7 +105,7 @@ class UsageDump extends Action
|
||||
]);
|
||||
}
|
||||
|
||||
$dbForProject->createOrUpdateDocumentsWithInplaceIncrease(
|
||||
$dbForProject->createOrUpdateDocumentsWithIncrease(
|
||||
collection: 'stats',
|
||||
attribute: 'value',
|
||||
documents: $documents
|
||||
@@ -290,7 +290,7 @@ class UsageDump extends Action
|
||||
}
|
||||
}
|
||||
|
||||
$dbForProject->createOrUpdateDocumentsWithInplaceIncrease(
|
||||
$dbForProject->createOrUpdateDocumentsWithIncrease(
|
||||
collection: 'stats',
|
||||
attribute: 'value',
|
||||
documents: $documents
|
||||
|
||||
Reference in New Issue
Block a user