改进Query类with方法

This commit is contained in:
thinkphp
2017-02-23 18:25:20 +08:00
parent d85579faf8
commit 138f48498e
2 changed files with 1 additions and 4 deletions

View File

@@ -194,9 +194,6 @@ abstract class OneToOne extends Relation
*/
public function getEagerlyType()
{
if (0 == $this->eagerlyType) {
$this->removeOption();
}
return $this->eagerlyType;
}