mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-01 12:42:48 +08:00
设置.语法默认识别为数组
This commit is contained in:
@@ -43,7 +43,7 @@ class Template
|
||||
'display_cache' => false, // 模板渲染缓存
|
||||
'cache_id' => '', // 模板缓存ID
|
||||
'tpl_replace_string' => [],
|
||||
'tpl_var_identify' => '', // .语法变量识别,array|object, 为空时自动识别
|
||||
'tpl_var_identify' => 'array', // .语法变量识别,array|object|'', 为空时自动识别
|
||||
'namespace' => '\\think\\template\\driver\\',
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user