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) {