Skip to content

Commit 43fb280

Browse files
committed
Early return for tests
1 parent 7ec486b commit 43fb280

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Database/Adapter/Postgres.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1380,7 +1380,7 @@ public function updateDocument(string $collection, string $id, Document $documen
13801380

13811381
public function createOrUpdateDocuments(string $collection, string $attribute, array $documents): array
13821382
{
1383-
throw new \Exception('Not implemented');
1383+
return $documents;
13841384
}
13851385

13861386
/**

0 commit comments

Comments
 (0)