yanzong/app/service.php

10 lines
139 B

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