注释完善

This commit is contained in:
thinkphp
2016-12-05 12:01:35 +08:00
parent 5037c64f53
commit 1f53806272
3 changed files with 12 additions and 23 deletions

View File

@@ -186,7 +186,7 @@ class BelongsToMany extends Relation
* @param string $foreignKey 关联模型关联键
* @param string $localKey 当前模型关联键
* @param array $condition 关联查询条件
* @return \think\db\Query|string
* @return Query
*/
protected function belongsToManyQuery($table, $foreignKey, $localKey, $condition = [])
{