更新tp6的部分初始化文件

This commit is contained in:
augushong
2020-11-12 00:47:40 +08:00
parent f0126d106e
commit 21ad11f895
2 changed files with 31 additions and 0 deletions

9
app/service.php Normal file
View File

@@ -0,0 +1,9 @@
<?php
use app\AppService;
// 系统服务定义文件
// 服务在完成全局初始化之后执行
return [
AppService::class,
];