Yyuantuo666init: v4.0.0
2d02f700创建于 2023年9月23日历史提交
<?php
use app\ExceptionHandle;
use app\Request;

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