From b82813e5ec17fafcb10938e65d471cb18519987c Mon Sep 17 00:00:00 2001 From: unknown <736250432@qq.com> Date: Tue, 19 Sep 2023 17:07:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DSystemValidate=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/common/validate/systems/SystemValidate.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/common/validate/systems/SystemValidate.php b/app/common/validate/systems/SystemValidate.php index 7f4efc98..423e4594 100644 --- a/app/common/validate/systems/SystemValidate.php +++ b/app/common/validate/systems/SystemValidate.php @@ -36,7 +36,7 @@ class SystemValidate extends BaseValidate public function sceneEdit(): SystemValidate { - return $this->only(['id','_name','url','status']); + return $this->only(['id','name','url','status']); } public function sceneDetail(): SystemValidate