Skip to content

Commit 96608ed

Browse files
committed
Remove unused params
1 parent fd46c30 commit 96608ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Database/Database.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4212,7 +4212,7 @@ public function updateDocuments(
42124212
}
42134213
}
42144214

4215-
$this->withTransaction(function () use ($collection, $updates, $authorization, $skipAuth, $batch) {
4215+
$this->withTransaction(function () use ($collection, $updates, $batch) {
42164216
$this->adapter->updateDocuments(
42174217
$collection->getId(),
42184218
$updates,

0 commit comments

Comments
 (0)