From d232ebb207fcf2387d1e226c8b040c347a18593a Mon Sep 17 00:00:00 2001 From: JaguarJack Date: Fri, 5 Jun 2020 15:58:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extend/catcher/Utils.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extend/catcher/Utils.php b/extend/catcher/Utils.php index e702ec5..f04b06b 100644 --- a/extend/catcher/Utils.php +++ b/extend/catcher/Utils.php @@ -99,7 +99,7 @@ class Utils $controller = explode('\\', $controller); - $controllerName = strtolower(array_pop($controller)); + $controllerName = lcfirst(array_pop($controller)); array_pop($controller);