This commit is contained in:
knowpia
2022-09-09 14:05:00 +08:00
parent 3b7c6eb5ea
commit c0116a8637

View File

@@ -5,5 +5,5 @@ use app\Request;
// 容器Provider定义文件 // 容器Provider定义文件
return [ return [
'think\Request' => Request::class, 'think\Request' => Request::class,
'think\exception\Handle' => ExceptionHandle::class, // 'think\exception\Handle' => ExceptionHandle::class,
]; ];