Query类的hidden和visible方法取消 改进Model类的hidden和visible方法支持操作关联属性

This commit is contained in:
thinkphp
2017-01-22 23:21:46 +08:00
parent 44654c76ef
commit 7348729b40
4 changed files with 78 additions and 47 deletions

View File

@@ -27,4 +27,5 @@ class Collection extends BaseCollection
$item->eagerlyResultSet($this->items, $relation);
return $this;
}
}