From c0116a8637d69086f2ceded4e7030e11642a408a Mon Sep 17 00:00:00 2001 From: knowpia <9812993@qq.com> Date: Fri, 9 Sep 2022 14:05:00 +0800 Subject: [PATCH] code add --- app/provider.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/provider.php b/app/provider.php index 73d99fa..bf6b6fd 100644 --- a/app/provider.php +++ b/app/provider.php @@ -5,5 +5,5 @@ use app\Request; // 容器Provider定义文件 return [ 'think\Request' => Request::class, - 'think\exception\Handle' => ExceptionHandle::class, +// 'think\exception\Handle' => ExceptionHandle::class, ];