模板文件目录更改
This commit is contained in:
@@ -24,7 +24,7 @@ return [
|
||||
// 驱动方式
|
||||
'type' => 'File',
|
||||
// 缓存保存目录
|
||||
'path' => '',
|
||||
'path' => app()->getRuntimePath() . 'cache',
|
||||
// 缓存前缀
|
||||
'prefix' => '',
|
||||
// 缓存有效期 0表示永久缓存
|
||||
|
||||
Reference in New Issue
Block a user