mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-08 15:42:48 +08:00
改进View类config方法
This commit is contained in:
@@ -101,6 +101,7 @@ class View
|
|||||||
public function config($name, $value = null)
|
public function config($name, $value = null)
|
||||||
{
|
{
|
||||||
$this->engine->config($name, $value);
|
$this->engine->config($name, $value);
|
||||||
|
return $this;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user