This website works better with JavaScript.
Explore
Help
Register
Sign In
wangmingchuan
/
yanzong
Watch
1
Star
0
Fork
You've already forked yanzong
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
483
Commits
12
Branches
0
Tags
157 MiB
Tree:
19232f28a4
yanzong
/
app
/
service.php
10 lines
139 B
Raw
Normal View
History
Unescape
Escape
1111
1 year ago
<?php
use cores\AppService;
// 系统服务定义文件
// 服务在完成全局初始化之后执行
return [
AppService::class,
];