修改connecttion和belongsTo若干文档注释错误

This commit is contained in:
yinggaozhen
2017-08-02 21:31:05 +08:00
committed by ThinkPHP
parent 7c9b2079e8
commit 64c51cdde6
3 changed files with 9 additions and 7 deletions

View File

@@ -11,6 +11,7 @@
namespace think\model\relation;
use think\db\Query;
use think\Loader;
use think\Model;
@@ -68,7 +69,6 @@ class BelongsTo extends OneToOne
* @param string $operator 比较操作符
* @param integer $count 个数
* @param string $id 关联表的统计字段
* @param string $joinType JOIN类型
* @return Query
*/
public function has($operator = '>=', $count = 1, $id = '*')