18 lines
755 B
PHP
18 lines
755 B
PHP
<?php
|
|
// +----------------------------------------------------------------------
|
|
// | YwxApp [ WE CAN DO IT JUST THINK ]
|
|
// +----------------------------------------------------------------------
|
|
// | Copyright (c) 2026-2036 http://ywxapp.cn All rights reserved.
|
|
// +----------------------------------------------------------------------
|
|
// | Author: ywxapp<admin@ywxapp.cn>
|
|
// +----------------------------------------------------------------------
|
|
use app\Request;
|
|
|
|
// 容器Provider定义文件
|
|
return [
|
|
//'think\Request' => Request::class,
|
|
'think\exception\Handle' => ywxapp\handler\ExceptionHandle::class,
|
|
//'think\app\MultiApp' => ywxapp\middleware\MultiApp::class,
|
|
//'hookService' => \ywxapp\service\HookService::class,
|
|
];
|