Skip to content

Commit 63345f2

Browse files
committed
Fix Pool
1 parent 7e69e85 commit 63345f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Database/Adapter/Pool.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ public function createDocuments(string $collection, array $documents): array
235235
return $this->delegate(__FUNCTION__, \func_get_args());
236236
}
237237

238-
public function updateDocument(string $collection, string $id, Document $document): Document
238+
public function updateDocument(string $collection, string $id, Document $document, bool $skipPermissions): Document
239239
{
240240
return $this->delegate(__FUNCTION__, \func_get_args());
241241
}

0 commit comments

Comments
 (0)