Files
dafuweng-buildadmin/app/provider.php
2026-03-06 00:29:28 +08:00

11 lines
196 B
PHP

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