From 827edfc7b924309c35db0bff7cda817941e5643c Mon Sep 17 00:00:00 2001 From: thinkphp Date: Fri, 9 Sep 2016 10:25:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E8=BF=9BView=E7=B1=BBconfig=E6=96=B9?= =?UTF-8?q?=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/think/View.php | 1 + 1 file changed, 1 insertion(+) 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; } /**