Files
sentos/app/provider.php
molong fe38e19924 init
2022-05-12 18:12:20 +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,
];