暂无描述
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

123456789
  1. <?php
  2. use app\ExceptionHandle;
  3. use app\Request;
  4. // 容器Provider定义文件
  5. return [
  6. 'think\Request' => Request::class,
  7. 'think\exception\Handle' => ExceptionHandle::class,
  8. ];