Request::class, 'think\exception\Handle' => ExceptionHandle::class, 'think\View' => View::class, ]; $provider_common = include_once __DIR__ . '/common/app/provider.php'; return array_merge($provider_default, $provider_common);