mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-03 05:52:48 +08:00
view类增加show方法
This commit is contained in:
@@ -114,7 +114,7 @@ class Controller
|
||||
*/
|
||||
public function show($content, $vars = [])
|
||||
{
|
||||
return $this->view->fetch($content, $vars, '', true);
|
||||
return $this->view->show($content, $vars);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user