From d8de8f33af0d8cb0cd7d78d0d18552289fdea2ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E6=99=AF=E7=AB=8B?= Date: Sun, 23 Feb 2025 19:27:10 +0800 Subject: [PATCH] Update Model.php --- plugin/think-library/src/Model.php | 1 - 1 file changed, 1 deletion(-) diff --git a/plugin/think-library/src/Model.php b/plugin/think-library/src/Model.php index c616873f2..0acf08869 100644 --- a/plugin/think-library/src/Model.php +++ b/plugin/think-library/src/Model.php @@ -107,7 +107,6 @@ abstract class Model extends \think\Model * @param string $method 方法名称 * @param array $args 调用参数 * @return mixed|false|integer|QueryHelper - * @throws \think\db\exception\DbException */ public static function __callStatic($method, $args) {