From 2bf66fc17fb7cb09a301a123e0da7c5ef9258649 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Mon, 14 Jul 2025 18:05:40 +0800 Subject: [PATCH] eee --- Base/ActiveQueryInterface.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Base/ActiveQueryInterface.php b/Base/ActiveQueryInterface.php index ebde026..745d9fd 100644 --- a/Base/ActiveQueryInterface.php +++ b/Base/ActiveQueryInterface.php @@ -250,7 +250,7 @@ interface ActiveQueryInterface * * @return QueryTrait */ - public function groupBy(string $name, string $having = NULL): QueryTrait; + public function groupBy(string $name, ?string $having = NULL): QueryTrait; /** * @param int $limit @@ -267,4 +267,4 @@ interface ActiveQueryInterface public function offset(int $offset): QueryTrait; -} \ No newline at end of file +}