改名
This commit is contained in:
@@ -68,6 +68,7 @@ class CollectionIterator extends \ArrayIterator
|
||||
if (is_array($current = parent::current())) {
|
||||
$current = $this->newModel($current);
|
||||
}
|
||||
var_dump($current);
|
||||
return $this->query->getWith($current);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user