summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Config/Controls.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Config/Controls.php b/src/Config/Controls.php
index b09713b..96ae302 100644
--- a/src/Config/Controls.php
+++ b/src/Config/Controls.php
@@ -109,7 +109,7 @@ trait Controls
return is_array($row) && count($row) > 1;
});
- return count(iterator_to_array($iterator, false));
+ return count(iterator_to_array($iterator, false), COUNT_RECURSIVE);
}
/**