From 38794b4089a60a845e6ac67ce416ef75a93736cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E6=99=AF=E7=AB=8B?= Date: Tue, 7 Jan 2025 08:33:22 +0800 Subject: [PATCH] =?UTF-8?q?=E9=BB=98=E8=AE=A4=E4=B8=8D=E5=8A=A0=E8=BD=BD?= =?UTF-8?q?=20app/*?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/composer.json b/composer.json index 8a045b19b..555852903 100644 --- a/composer.json +++ b/composer.json @@ -15,6 +15,11 @@ "email": "zoujingli@qq.com" } ], + "autoload": { + "psr-4": { + "app\\index\\": "app/index/" + } + }, "require": { "php": ">7.1", "ext-gd": "*",