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