Skip to content

Commit 302d51a

Browse files
committed
lint
1 parent 6924ad9 commit 302d51a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Database/Adapter/Postgres.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1036,7 +1036,7 @@ public function createDocument(string $collection, Document $document): Document
10361036
);
10371037
");
10381038
}
1039-
1039+
10401040
$lastInsertedId = $this->getPDO()->lastInsertId();
10411041
// Sequence can be manually set as well
10421042
$document['$sequence'] ??= $lastInsertedId;

0 commit comments

Comments
 (0)