修改File缓存驱动 默认path参数为 CACHE_PATH

This commit is contained in:
thinkphp
2016-03-09 17:12:18 +08:00
parent aeee2f1bbd
commit 1a56bee3f3

View File

@@ -26,7 +26,7 @@ class File
'path_level' => 1,
'prefix' => '',
'length' => 0,
'path' => LOG_PATH,
'path' => CACHE_PATH,
'data_compress' => false,
];