From 684963a41591735c72fe8692393a5294c057f658 Mon Sep 17 00:00:00 2001 From: yinggaozhen Date: Wed, 2 Aug 2017 20:40:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9ETemplate=E6=9E=84=E9=80=A0?= =?UTF-8?q?=E5=87=BD=E6=95=B0=E6=B3=A8=E9=87=8A=E7=BC=BA=E5=A4=B1=E5=85=A5?= =?UTF-8?q?=E5=8F=82=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/think/Template.php | 1 + 1 file changed, 1 insertion(+) diff --git a/library/think/Template.php b/library/think/Template.php index c74f64fa..3ec89e56 100644 --- a/library/think/Template.php +++ b/library/think/Template.php @@ -59,6 +59,7 @@ class Template /** * 构造函数 * @access public + * @param array $config */ public function __construct(array $config = []) {