From 210b60f18060679c5c89d487769bed6a72fd6f8c Mon Sep 17 00:00:00 2001 From: kenjis Date: Sat, 27 Aug 2022 18:19:16 +0900 Subject: [PATCH] docs: add @method groupBy() in Model --- system/Model.php | 1 + 1 file changed, 1 insertion(+) diff --git a/system/Model.php b/system/Model.php index 04bd6b15fd1f..5353d9a58558 100644 --- a/system/Model.php +++ b/system/Model.php @@ -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)