This commit is contained in:
2021-10-19 18:27:12 +08:00
parent 1d1b908c2d
commit bc2b60b42e
2 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ class CollectionIterator extends \ArrayIterator
if (is_array($current = parent::current())) {
$current = $this->newModel($current);
}
return $this->query->getWith($current);
return $current;
}