Skip to content

Commit 5befd31

Browse files
committed
Fix code mistake
1 parent 65fce48 commit 5befd31

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

system/Database/BaseBuilder.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1904,6 +1904,9 @@ public function updateFields($set, bool $addToDefault = false, ?array $ignore =
19041904
}
19051905
}
19061906

1907+
return $this;
1908+
}
1909+
19071910
/**
19081911
* Sets constraints for batch upsert, update
19091912
*

0 commit comments

Comments
 (0)