修改函数名

This commit is contained in:
邹景立 2022-10-19 13:30:53 +08:00
parent 4455a2224b
commit 48c49d6d01
2 changed files with 3 additions and 3 deletions

View File

@ -52,14 +52,14 @@ return [
'master_num' => 1,
// 指定从服务器序号
'slave_no' => '',
// 是否严格检查字段是否存在
// 检查字段是否存在
'fields_strict' => true,
// 是否需要断线重连
'break_reconnect' => false,
// 监听SQL执行日志
'trigger_sql' => true,
// 开启字段类型缓存
'fields_cache' => is_online(),
'fields_cache' => isOnline(),
],
'sqlite' => [
'charset' => 'utf8',

View File

@ -26,7 +26,7 @@ return [
// 模板文件名分隔符
'view_depr' => DIRECTORY_SEPARATOR,
// 模板缓存配置
'tpl_cache' => is_online(),
'tpl_cache' => isOnline(),
// 模板引擎标签开始标记
'tpl_begin' => '{',
// 模板引擎标签结束标记