Skip to content

Commit ab1f535

Browse files
committed
onDuplicate() should return this
1 parent acaf0d1 commit ab1f535

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

MysqliDb.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -632,6 +632,7 @@ public function onDuplicate($_updateColumns, $_lastInsertId = null)
632632
{
633633
$this->_lastInsertId = $_lastInsertId;
634634
$this->_updateColumns = $_updateColumns;
635+
return $this;
635636
}
636637

637638
/**

0 commit comments

Comments
 (0)