From 8f0da295bcbcae7b0de39e7ff05c51ec25e3382b Mon Sep 17 00:00:00 2001 From: thinkphp Date: Fri, 2 Mar 2018 16:54:46 +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/db/Query.php | 2 +- library/think/model/Relation.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/library/think/db/Query.php b/library/think/db/Query.php index c4f1ad89..70b8279d 100644 --- a/library/think/db/Query.php +++ b/library/think/db/Query.php @@ -131,7 +131,7 @@ class Query } /** - * 获取当前的模型对象名 + * 获取当前的模型对象实例 * @access public * @return Model|null */ diff --git a/library/think/model/Relation.php b/library/think/model/Relation.php index b67bbf58..25fe88db 100644 --- a/library/think/model/Relation.php +++ b/library/think/model/Relation.php @@ -49,7 +49,7 @@ abstract class Relation } /** - * 获取当前的关联模型类 + * 获取当前的关联模型对象实例 * @access public * @return Model */