This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
chuan
/
bourse
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
bourse stock
13
Commits
2
Branches
0
Tags
49 MiB
Tree:
c67a8c7a30
bourse
/
app
/
service.php
10 lines
137 B
Raw
Normal View
History
init bourse
3 months ago
<?php
use app\AppService;
// 系统服务定义文件
// 服务在完成全局初始化之后执行
return [
AppService::class,
];