Skip to content

Commit 51948c2

Browse files
committed
fixed public method for testing proposes
1 parent 6c0f747 commit 51948c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

system/Database/BaseBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2635,7 +2635,7 @@ protected function compileSelect($select_override = false)
26352635
*
26362636
* @return string
26372637
*/
2638-
public function compileIgnore(string $statement)
2638+
protected function compileIgnore(string $statement)
26392639
{
26402640
$sql = '';
26412641

0 commit comments

Comments
 (0)