From f2c1db9116cec5999c48c49f85d6ca7376d4a2a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Tue, 19 Oct 2021 18:23:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Base/CollectionIterator.php | 1 + 1 file changed, 1 insertion(+) 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); }