mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-02 05:02:48 +08:00
修正V函数
This commit is contained in:
@@ -290,5 +290,5 @@ function trace($log = '[think]', $level = 'log')
|
||||
*/
|
||||
function V($template, $vars)
|
||||
{
|
||||
return \think\View::instance(Config::get())->fetch($template, $vars);
|
||||
return \think\View::instance(\think\Config::get())->fetch($template, $vars);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user