From 4fd91f5f4f4b66f2d9b787658a8699fd6d32b4c8 Mon Sep 17 00:00:00 2001 From: "as2252258@163.com" Date: Sat, 1 Apr 2023 21:05:50 +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 | 1 + 1 file changed, 1 insertion(+) diff --git a/ActiveQuery.php b/ActiveQuery.php index 1974180..8510063 100644 --- a/ActiveQuery.php +++ b/ActiveQuery.php @@ -157,6 +157,7 @@ class ActiveQuery extends Component implements ISqlBuilder return $this->modelClass->getConnection()->createCommand($sql, $params); } + /** * @return ModelInterface|null