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