You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
193 B

1 year ago
  1. <?php
  2. // 中间件配置
  3. return [
  4. // 别名或分组
  5. 'alias' => [],
  6. // 优先级设置,此数组中的中间件会按照数组中的顺序优先执行
  7. 'priority' => [],
  8. ];