Files
OA/app/provider.php
T
2026-07-23 09:40:36 +08:00

8 lines
157 B
PHP

<?php
// 容器Provider定义文件
return [
// 绑定自定义异常处理handle类
'think\exception\Handle' => '\\app\\exception\\Http',
];