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, ];