修正一处注释错误

This commit is contained in:
thinkphp
2018-06-01 14:37:26 +08:00
parent 2e86d969a5
commit 104742a31e

View File

@@ -105,7 +105,7 @@ class MorphTo extends Relation
/** /**
* 解析模型的完整命名空间 * 解析模型的完整命名空间
* @access public * @access protected
* @param string $model 模型名(或者完整类名) * @param string $model 模型名(或者完整类名)
* @return string * @return string
*/ */