注释改进

This commit is contained in:
thinkphp
2018-03-02 16:54:46 +08:00
parent 95e9d848f7
commit 8f0da295bc
2 changed files with 2 additions and 2 deletions

View File

@@ -131,7 +131,7 @@ class Query
}
/**
* 获取当前的模型对象
* 获取当前的模型对象实例
* @access public
* @return Model|null
*/

View File

@@ -49,7 +49,7 @@ abstract class Relation
}
/**
* 获取当前的关联模型
* 获取当前的关联模型对象实例
* @access public
* @return Model
*/