We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6234f0e commit 210b60fCopy full SHA for 210b60f
1 file changed
system/Model.php
@@ -40,6 +40,7 @@
40
*
41
* @property BaseConnection $db
42
43
+ * @method $this groupBy($by, ?bool $escape = null)
44
* @method $this havingIn(?string $key = null, $values = null, ?bool $escape = null)
45
* @method $this havingLike($field, string $match = '', string $side = 'both', ?bool $escape = null, bool $insensitiveSearch = false)
46
* @method $this havingNotIn(?string $key = null, $values = null, ?bool $escape = null)
0 commit comments