Skip to content

Commit d3a6351

Browse files
authored
add missing @method having() in Model
add missing @method having() in Model
1 parent 356c0b9 commit d3a6351

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)