Files
hztha.hkpgsow.cn/app/service.php
gaofeng 0b165153c6 提交
2026-05-13 10:44:29 +08:00

10 lines
137 B
PHP

<?php
use app\AppService;
// 系统服务定义文件
// 服务在完成全局初始化之后执行
return [
AppService::class,
];