8 lines
133 B
PHP
8 lines
133 B
PHP
|
<?php
|
||
|
use app\api\ExceptionHandle;
|
||
|
|
||
|
// 容器Provider定义文件
|
||
|
return [
|
||
|
'think\exception\Handle' => ExceptionHandle::class
|
||
|
];
|