test_lgq/niucloud/app/provider.php

10 lines
195 B
PHP
Raw Normal View History

2024-01-24 17:36:08 +08:00
<?php
use app\ExceptionHandle;
use app\Request;
// 容器Provider定义文件
return [
'think\Request' => Request::class,
'think\exception\Handle' => ExceptionHandle::class,
];