www.lightcourse.com/app/service.php

10 lines
137 B
PHP
Raw Normal View History

2022-10-24 02:38:36 +00:00
<?php
use app\AppService;
// 系统服务定义文件
// 服务在完成全局初始化之后执行
return [
AppService::class,
];