修改配置增加字段缓存

This commit is contained in:
Anyon 2020-12-18 16:57:01 +08:00
parent 00d8383b44
commit 4ab0921b70

View File

@ -58,7 +58,7 @@ return [
// 监听SQL
'trigger_sql' => true,
// 开启字段缓存
'fields_cache' => false,
'fields_cache' => !app()->isDebug(),
],
],
];