From 46578f232aa791a8b42c98d88aa50758ef7d0821 Mon Sep 17 00:00:00 2001 From: yunwuxin <448901948@qq.com> Date: Fri, 8 Apr 2016 15:33:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/think/Model.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/think/Model.php b/library/think/Model.php index 3e102fc8..c20aacc3 100644 --- a/library/think/Model.php +++ b/library/think/Model.php @@ -74,7 +74,7 @@ abstract class Model implements \JsonSerializable, \ArrayAccess /** * 架构函数 * @access public - * @param array $data 数据 + * @param array|object $data 数据 */ public function __construct($data = []) {