Skip to content

Commit b84273e

Browse files
committed
Fix merge
1 parent 9da5990 commit b84273e

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

composer.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Database/Adapter/Pool.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ public function deleteDocument(string $collection, string $id): bool
221221
return $this->delegate(__FUNCTION__, \func_get_args());
222222
}
223223

224-
public function deleteDocuments(string $collection, array $ids): int
224+
public function deleteDocuments(string $collection, array $internalIds, array $permissionIds): int
225225
{
226226
return $this->delegate(__FUNCTION__, \func_get_args());
227227
}

0 commit comments

Comments
 (0)