Revert "改名"
This reverts commit fdf58326
This commit is contained in:
+1
-1
@@ -135,7 +135,7 @@ class ActiveQuery extends Component implements ISqlBuilder
|
||||
$name = explode(',', $name);
|
||||
}
|
||||
foreach ($name as $val) {
|
||||
array_push($this->with, $val);
|
||||
$this->with[] = $val;
|
||||
}
|
||||
return $this;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user