fixed 'division by zero' issue
This commit is contained in:
parent
7176e4a728
commit
3aa02568ee
1 changed files with 1 additions and 0 deletions
|
@ -91,6 +91,7 @@ class DataIterator implements \Iterator, \Countable {
|
|||
*/
|
||||
public function rewind() {
|
||||
$this->key = $this->rowKey = 0;
|
||||
return $this->next();
|
||||
}
|
||||
|
||||
public function valid() {
|
||||
|
|
Loading…
Add table
Reference in a new issue