改名
This commit is contained in:
@@ -296,15 +296,10 @@ class ActiveRecord extends BaseActiveRecord
|
||||
private function runRelate(): array
|
||||
{
|
||||
$relates = [];
|
||||
|
||||
var_dump($this->_with);
|
||||
if (empty($this->_with)) {
|
||||
return $relates;
|
||||
}
|
||||
foreach ($this->_with as $val) {
|
||||
|
||||
var_dump($val);
|
||||
|
||||
$relates[$val] = $this->resolveObject($val);
|
||||
}
|
||||
return $relates;
|
||||
|
||||
Reference in New Issue
Block a user