重新初始化

This commit is contained in:
2020-02-17 20:47:06 +08:00
parent 5c320206fb
commit 58d999ed73
4016 changed files with 1271 additions and 302396 deletions

View File

@@ -1,8 +1,8 @@
<?php
//中间件配置
// 中间件配置
return [
//别名或分组
// 别名或分组
'alias' => [],
//优先级设置,此数组中的中间件会按照数组中的顺序优先执行
// 优先级设置,此数组中的中间件会按照数组中的顺序优先执行
'priority' => [],
];