diff --git a/library/think/View.php b/library/think/View.php index 9582e969..5ec258e1 100644 --- a/library/think/View.php +++ b/library/think/View.php @@ -101,6 +101,7 @@ class View public function config($name, $value = null) { $this->engine->config($name, $value); + return $this; } /**