cxhxy/app/provider.php
test_service d3170b4d1c 1
2023-12-01 15:43:29 +08:00

10 lines
195 B
PHP
Executable File

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