From 3b7c6eb5ead47dd76720a1bb26ba63f4ff820a5e Mon Sep 17 00:00:00 2001 From: Jason Date: Fri, 9 Sep 2022 13:58:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=80=E5=90=AF=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/index.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public/index.php b/public/index.php index e3c0fe9..1b8c4e2 100644 --- a/public/index.php +++ b/public/index.php @@ -12,6 +12,8 @@ // [ 应用入口文件 ] namespace think; +ini_set('display_errors', 'on'); + require __DIR__ . '/../vendor/autoload.php'; // 执行HTTP应用并响应