From 08b7a1b17c27f24f19e64228316bf8ae3672f7a6 Mon Sep 17 00:00:00 2001 From: JaguarJack Date: Fri, 5 Jun 2020 16:20:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9parseclass?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extend/catcher/library/ParseClass.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/extend/catcher/library/ParseClass.php b/extend/catcher/library/ParseClass.php index 215461f..c3c11f0 100644 --- a/extend/catcher/library/ParseClass.php +++ b/extend/catcher/library/ParseClass.php @@ -1,6 +1,8 @@ namespace . $this->module . '\\controller\\'. - ucfirst($this->controller)); + ucfirst($this->controller)); }