Skip to content

Commit cc2075e

Browse files
author
Nuno Chaves
authored
Update QueryBuilder.php
1 parent f871af4 commit cc2075e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/QueryBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ public function limit($limit)
114114
public function params($params)
115115
{
116116
$this->params = $params;
117-
return $params;
117+
return $this;
118118
}
119119

120120

0 commit comments

Comments
 (0)