mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-07 07:12:47 +08:00
修正Controller类fetch方法
This commit is contained in:
@@ -97,7 +97,7 @@ class Controller
|
|||||||
*/
|
*/
|
||||||
public function fetch($template = '', $vars = [], $replace = [], $config = [])
|
public function fetch($template = '', $vars = [], $replace = [], $config = [])
|
||||||
{
|
{
|
||||||
return $this->view->fetch($template, $vars, $replace, $config = []);
|
return $this->view->fetch($template, $vars, $replace, $config);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user