Skip to content

Commit c546e21

Browse files
authored
Merge pull request #7258 from paul45/patch-2
add missing @method having() in Model
2 parents 1515220 + d3a6351 commit c546e21

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

system/Model.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
* @method $this groupBy($by, ?bool $escape = null)
4444
* @method $this groupEnd()
4545
* @method $this groupStart()
46+
* @method $this having($key, $value = null, ?bool $escape = null)
4647
* @method $this havingGroupEnd()
4748
* @method $this havingGroupStart()
4849
* @method $this havingIn(?string $key = null, $values = null, ?bool $escape = null)

0 commit comments

Comments
 (0)