重新初始化

This commit is contained in:
2020-02-17 20:47:06 +08:00
parent 5c320206fb
commit 58d999ed73
4016 changed files with 1271 additions and 302396 deletions

View File

@@ -1,5 +1,4 @@
<?php
use think\facade\Env;
// +----------------------------------------------------------------------
// | 缓存设置
@@ -7,7 +6,7 @@ use think\facade\Env;
return [
// 默认缓存驱动
'default' => Env::get('cache.driver', 'file'),
'default' => env('cache.driver', 'file'),
// 缓存连接方式配置
'stores' => [