Skip to content

Commit

Permalink
Merge pull request #6433 from kenjis/fix-Model-doc-comment
Browse files Browse the repository at this point in the history
docs: add `@method` groupBy() in Model
  • Loading branch information
kenjis committed Aug 27, 2022
2 parents 6234f0e + 210b60f commit f46d24b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions system/Model.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
*
* @property BaseConnection $db
*
* @method $this groupBy($by, ?bool $escape = null)
* @method $this havingIn(?string $key = null, $values = null, ?bool $escape = null)
* @method $this havingLike($field, string $match = '', string $side = 'both', ?bool $escape = null, bool $insensitiveSearch = false)
* @method $this havingNotIn(?string $key = null, $values = null, ?bool $escape = null)
Expand Down

0 comments on commit f46d24b

Please sign in to comment.