diff --git a/src/Dibi/Row.php b/src/Dibi/Row.php index 9ab26fde..e2b12095 100644 --- a/src/Dibi/Row.php +++ b/src/Dibi/Row.php @@ -75,7 +75,7 @@ final public function count(): int final public function getIterator(): \ArrayIterator { - return new \ArrayIterator($this); + return new \ArrayIterator($this->toArray()); }