mirror of
https://gitee.com/wonderful-code/buildadmin
synced 2024-11-22 15:24:09 +00:00
10 lines
137 B
PHP
10 lines
137 B
PHP
<?php
|
|
|
|
use app\AppService;
|
|
|
|
// 系统服务定义文件
|
|
// 服务在完成全局初始化之后执行
|
|
return [
|
|
AppService::class,
|
|
];
|