Skip to content

Commit

Permalink
取消路由缓存配置参数
Browse files Browse the repository at this point in the history
  • Loading branch information
liu21st committed Oct 23, 2019
1 parent def1997 commit 115e2f3
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions config/route.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,6 @@
'route_rule_merge' => false,
// 路由是否完全匹配
'route_complete_match' => false,
// 是否开启路由缓存
'route_check_cache' => false,
// 路由缓存连接参数
'route_cache_option' => [],
// 路由缓存Key
'route_check_cache_key' => '',
// 访问控制器层名称
'controller_layer' => 'controller',
// 空控制器名
Expand Down

0 comments on commit 115e2f3

Please sign in to comment.