删除\think\View类的 http_cache_id 配置参数

This commit is contained in:
thinkphp
2016-01-31 21:51:45 +08:00
parent c8ff8b9f7a
commit c0ec502470

View File

@@ -27,7 +27,6 @@ class View
'auto_detect_theme' => false,
'var_theme' => 't',
'default_theme' => 'default',
'http_cache_id' => null,
'view_path' => '',
'view_suffix' => '.html',
'view_depr' => DS,