Skip to content

Commit

Permalink
FIX
Browse files Browse the repository at this point in the history
  • Loading branch information
Sabina Talipova committed Dec 20, 2022
1 parent 3f2bcfe commit 52be507
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
5 changes: 0 additions & 5 deletions _config.php

This file was deleted.

7 changes: 7 additions & 0 deletions code/SQLite3Query.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,11 @@ public function nextRecord()
return false;
}
}

/**
* Return the next record in the query result.
*/
public function getIterator() {
return $this->nextRecord();
}
}

0 comments on commit 52be507

Please sign in to comment.