From 22e4ab16efcf9653589371f27777ea51d63860a6 Mon Sep 17 00:00:00 2001 From: Devil Date: Thu, 22 Jul 2021 16:10:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A8=A1=E5=9D=97=E5=90=8D=E7=A7=B0=E5=A4=A7?= =?UTF-8?q?=E5=B0=8F=E5=86=99=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/common.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/common.php b/app/common.php index 1fb81b8af..dcac8726c 100755 --- a/app/common.php +++ b/app/common.php @@ -741,7 +741,7 @@ function FormModulePath($params = []) } } } else { - $path = '\app\\'.$group.'\form\\'.$controller; + $path = '\app\\'.$group.'\form\\'.ucfirst($controller); } return [ -- GitLab