We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6234f0e + 210b60f commit f46d24bCopy full SHA for f46d24b
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