We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 356c0b9 commit d3a6351Copy full SHA for d3a6351
system/Model.php
@@ -43,6 +43,7 @@
43
* @method $this groupBy($by, ?bool $escape = null)
44
* @method $this groupEnd()
45
* @method $this groupStart()
46
+ * @method $this having($key, $value = null, ?bool $escape = null)
47
* @method $this havingGroupEnd()
48
* @method $this havingGroupStart()
49
* @method $this havingIn(?string $key = null, $values = null, ?bool $escape = null)
0 commit comments