注释调整

This commit is contained in:
thinkphp
2017-07-27 08:01:39 +08:00
parent 58de4d7cc3
commit 459a2290ac
3 changed files with 5 additions and 5 deletions

View File

@@ -23,7 +23,7 @@ class HasOne extends OneToOne
* @param Model $parent 上级模型对象
* @param string $model 模型名
* @param string $foreignKey 关联外键
* @param string $localKey 关联主键
* @param string $localKey 当前模型主键
* @param string $joinType JOIN类型
*/
public function __construct(Model $parent, $model, $foreignKey, $localKey, $joinType = 'INNER')