Skip to content

Commit 47c3dfc

Browse files
authored
Apply suggestions from code review
1 parent b4da5a8 commit 47c3dfc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Query/Builder.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,6 @@ public function upsert(array $values, $uniqueBy, $update = null): int
735735
$this->applyBeforeQueryCallbacks();
736736

737737
$options = $this->inheritConnectionOptions();
738-
$options['upsert'] = true;
739738
$uniqueBy = array_fill_keys((array) $uniqueBy, 1);
740739

741740
// If no update fields are specified, all fields are updated

0 commit comments

Comments
 (0)