改名
This commit is contained in:
@@ -316,6 +316,7 @@ class ActiveRecord extends BaseActiveRecord
|
|||||||
if (!$this->hasAnnotation($key)) {
|
if (!$this->hasAnnotation($key)) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
$item = [$this, $item[1]];
|
||||||
$data[$key] = call_user_func($item, $data[$key]);
|
$data[$key] = call_user_func($item, $data[$key]);
|
||||||
}
|
}
|
||||||
return array_merge($data, $this->runRelate());
|
return array_merge($data, $this->runRelate());
|
||||||
|
|||||||
Reference in New Issue
Block a user