改进View类config方法

This commit is contained in:
thinkphp
2016-09-09 10:25:09 +08:00
parent 961b7c1bd0
commit 827edfc7b9

View File

@@ -101,6 +101,7 @@ class View
public function config($name, $value = null)
{
$this->engine->config($name, $value);
return $this;
}
/**