mirror of
https://github.com/appwrite/appwrite
synced 2026-05-21 16:08:22 +00:00
Fix method refs
This commit is contained in:
parent
2a03bbf5b8
commit
65c2b99dfe
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue