mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-01 12:42:48 +08:00
改进Query类with方法
This commit is contained in:
@@ -194,9 +194,6 @@ abstract class OneToOne extends Relation
|
||||
*/
|
||||
public function getEagerlyType()
|
||||
{
|
||||
if (0 == $this->eagerlyType) {
|
||||
$this->removeOption();
|
||||
}
|
||||
return $this->eagerlyType;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user