2 Star 72 Fork 19

源码之家/php客服系统

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
provider.php 195 Bytes
一键复制 编辑 原始数据 按行查看 历史
源码之家 提交于 2024-12-13 10:40 . 12.13
<?php
use app\ExceptionHandle;
use app\Request;
// 容器Provider定义文件
return [
'think\Request' => Request::class,
'think\exception\Handle' => ExceptionHandle::class,
];
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/source-code-home/php-customer-service-system.git
[email protected]:source-code-home/php-customer-service-system.git
source-code-home
php-customer-service-system
php客服系统
master

搜索帮助