Please enable JavaScript in your browser!
Home
Explore
Help
Sign In
wangyuan
/
erp_yzx
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
8367fa8a3f
Branches
Tags
master
erp_yzx
/
app
/
api
/
middleware.php
middleware.php
99 B
History
Raw
1
2
3
4
5
6
<?php
// 全局中间件定义文件
return [
\app\common\middleware\FormatResponse::class,
];