From dacf0051176c80583a9ee2fb128a9f8c2a57c2db Mon Sep 17 00:00:00 2001 From: wuyanwen Date: Fri, 13 Dec 2019 17:26:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=8A=A9=E6=89=8B=E5=87=BD?= =?UTF-8?q?=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 9dcf858..bac6cd2 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,9 @@ "topthink/think-trace":"^1.0" }, "autoload": { - "files": [], + "files": [ + "catchAdmin/helper.php" + ], "psr-4": { "app\\": "app", "catchAdmin\\": "catchAdmin",