code add
This commit is contained in:
@@ -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,
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user