Skip to content

Commit 210b60f

Browse files
committed
docs: add @method groupBy() in Model
1 parent 6234f0e commit 210b60f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

system/Model.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
*
4141
* @property BaseConnection $db
4242
*
43+
* @method $this groupBy($by, ?bool $escape = null)
4344
* @method $this havingIn(?string $key = null, $values = null, ?bool $escape = null)
4445
* @method $this havingLike($field, string $match = '', string $side = 'both', ?bool $escape = null, bool $insensitiveSearch = false)
4546
* @method $this havingNotIn(?string $key = null, $values = null, ?bool $escape = null)

0 commit comments

Comments
 (0)