mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
修改函数名
This commit is contained in:
parent
4455a2224b
commit
48c49d6d01
@ -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',
|
||||
|
@ -26,7 +26,7 @@ return [
|
||||
// 模板文件名分隔符
|
||||
'view_depr' => DIRECTORY_SEPARATOR,
|
||||
// 模板缓存配置
|
||||
'tpl_cache' => is_online(),
|
||||
'tpl_cache' => isOnline(),
|
||||
// 模板引擎标签开始标记
|
||||
'tpl_begin' => '{',
|
||||
// 模板引擎标签结束标记
|
||||
|
Loading…
x
Reference in New Issue
Block a user