diff --git a/src/Base/CollectionIterator.php b/src/Base/CollectionIterator.php index 6614fc7..e2f7502 100644 --- a/src/Base/CollectionIterator.php +++ b/src/Base/CollectionIterator.php @@ -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); }