mirror of
https://github.com/netcccyun/dnsmgr.git
synced 2024-11-16 11:42:35 +08:00
10 lines
137 B
PHP
10 lines
137 B
PHP
<?php
|
|
|
|
use app\AppService;
|
|
|
|
// 系统服务定义文件
|
|
// 服务在完成全局初始化之后执行
|
|
return [
|
|
AppService::class,
|
|
];
|