mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-06 15:02:47 +08:00
修改File缓存驱动 默认path参数为 CACHE_PATH
This commit is contained in:
2
library/think/cache/driver/File.php
vendored
2
library/think/cache/driver/File.php
vendored
@@ -26,7 +26,7 @@ class File
|
|||||||
'path_level' => 1,
|
'path_level' => 1,
|
||||||
'prefix' => '',
|
'prefix' => '',
|
||||||
'length' => 0,
|
'length' => 0,
|
||||||
'path' => LOG_PATH,
|
'path' => CACHE_PATH,
|
||||||
'data_compress' => false,
|
'data_compress' => false,
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user