official_website/app/api/provider.php

8 lines
133 B
PHP
Raw Normal View History

2024-12-02 13:57:08 +08:00
<?php
use app\api\ExceptionHandle;
// 容器Provider定义文件
return [
'think\exception\Handle' => ExceptionHandle::class
];