From c80190f77823522b517a22f89252ebe8eead0530 Mon Sep 17 00:00:00 2001 From: thinkphp Date: Wed, 5 Jul 2017 12:41:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E8=BF=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/think/Model.php | 1 - 1 file changed, 1 deletion(-) diff --git a/library/think/Model.php b/library/think/Model.php index 1e76f3f9..f5de46bc 100644 --- a/library/think/Model.php +++ b/library/think/Model.php @@ -1101,7 +1101,6 @@ abstract class Model implements \JsonSerializable, \ArrayAccess $field = array_merge($this->field, $auto); } else { $field = []; - } return $field;