Files
EasyAdmin8/app/provider.php
wolfcode e1c3216904 init
2023-06-15 16:18:27 +08:00

10 lines
195 B
PHP

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