This website requires JavaScript.
Explore
Help
Sign In
charge123
/
charge-pile-serve
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
main
charge-pile-serve
/
app
/
service.php
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
Download directory as ZIP
Download directory as TAR.GZ
Delete Directory
10 lines
137 B
PHP
Raw
Permalink
Normal View
History
Unescape
Escape
init
2025-11-10 16:12:07 +08:00
<?
php
use
app\AppService
;
// 系统服务定义文件
// 服务在完成全局初始化之后执行
return
[
AppService
::
class
,
];
Reference in New Issue
Copy Permalink