From def1e1e9c17485624e7649344e631c3cf2fd1c03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Tue, 25 Apr 2023 18:04:31 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=98=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ActiveQuery.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ActiveQuery.php b/ActiveQuery.php index fcd2047..626ee74 100644 --- a/ActiveQuery.php +++ b/ActiveQuery.php @@ -60,7 +60,7 @@ class ActiveQuery extends Component implements ISqlBuilder /** * 清除不完整数据 */ - public function clear() + public function clear(): void { $this->db = NULL; $this->useCache = FALSE;