Update Model.php

This commit is contained in:
邹景立 2025-02-23 19:27:10 +08:00
parent c99c17fa00
commit d8de8f33af

View File

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