From bb24b503077e9959d5672984b4733ece6a884d75 Mon Sep 17 00:00:00 2001 From: lilimin <461353919@qq.com> Date: Tue, 30 Sep 2025 22:55:35 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=A8=A1=E5=9E=8B=5F?= =?UTF-8?q?=5Fclone=E6=96=B9=E6=B3=95=E4=BD=BF=E7=94=A8=E4=BA=86=E6=9C=AA?= =?UTF-8?q?=E5=BC=95=E7=94=A8=E7=9A=84=E7=B1=BB=E5=AF=BC=E8=87=B4=E5=BC=82?= =?UTF-8?q?=E5=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Model.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Model.php b/src/Model.php index 083d7619..41a914ad 100644 --- a/src/Model.php +++ b/src/Model.php @@ -20,6 +20,7 @@ use think\contract\Jsonable; use think\db\BaseQuery as Query; use think\db\Express; +use think\exception\InvalidArgumentException; use think\exception\ValidateException; use think\model\Collection; use think\model\contract\Modelable;