Skip to content

Commit 0a13fec

Browse files
committed
Fix brace
1 parent 15ef5e7 commit 0a13fec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Database/Adapter/SQL.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ public function createOrUpdateDocuments(
346346
$attribute = $this->quote($this->filter($attribute));
347347

348348
if ($increment) {
349-
$new = "{$attribute} + VALUES({$attribute}";
349+
$new = "{$attribute} + VALUES({$attribute})";
350350
} else {
351351
$new = "VALUES({$attribute})";
352352
}

0 commit comments

Comments
 (0)