Skip to content

Commit f46d24b

Browse files
authored
Merge pull request #6433 from kenjis/fix-Model-doc-comment
docs: add `@method` groupBy() in Model
2 parents 6234f0e + 210b60f commit f46d24b

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)