改名
This commit is contained in:
@@ -223,6 +223,7 @@ class ActiveQuery extends Component implements ISqlBuilder
|
||||
*/
|
||||
public function getWith(ModelInterface $model): ModelInterface
|
||||
{
|
||||
var_dump($this->with);
|
||||
if (empty($this->with) || !is_array($this->with)) {
|
||||
return $model;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user