Files
charge-pile-serve/app/provider.php
MeSHard 94f7e83679 init
2025-11-10 16:12:07 +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,
];