feat: 添加index应用模块
This commit is contained in:
6
app/index/middleware.php
Normal file
6
app/index/middleware.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
// 这是系统自动生成的middleware定义文件
|
||||
return [
|
||||
// 启用多语言支持
|
||||
'think\middleware\LoadLangPack',
|
||||
];
|
||||
Reference in New Issue
Block a user