From b228efdc00b965e57571de4335d0fa9828534006 Mon Sep 17 00:00:00 2001 From: thinkphp Date: Fri, 27 May 2016 10:20:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=A8=E9=87=8A=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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/library/think/Model.php b/library/think/Model.php index 787f19ff..c5b11bad 100644 --- a/library/think/Model.php +++ b/library/think/Model.php @@ -121,7 +121,7 @@ abstract class Model implements \JsonSerializable, \ArrayAccess /** * 获取关联模型实例 - * + * @access protected * @return \think\model\Relation */ protected function relation() @@ -134,7 +134,7 @@ abstract class Model implements \JsonSerializable, \ArrayAccess /** * 初始化模型 - * + * @access protected * @return void */ protected function initialize() @@ -148,7 +148,7 @@ abstract class Model implements \JsonSerializable, \ArrayAccess /** * 初始化处理 - * + * @access protected * @return void */ protected static function init()