mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-06 23:02:48 +08:00
Merge branch 'master' of https://git.topthink.com/topteam/framework
This commit is contained in:
@@ -34,7 +34,7 @@ class BelongsTo extends OneToOne
|
|||||||
$this->localKey = $localKey;
|
$this->localKey = $localKey;
|
||||||
$this->joinType = $joinType;
|
$this->joinType = $joinType;
|
||||||
$this->query = (new $model)->db();
|
$this->query = (new $model)->db();
|
||||||
$this->relation = $realtion;
|
$this->relation = $relation;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user