Skip to content

Commit

Permalink
Merge pull request ronmarasigan#49 from ronmarasigan/dev
Browse files Browse the repository at this point in the history
Update Database Class
  • Loading branch information
ronmarasigan authored Oct 13, 2021
2 parents 07cff9f + cbd53ba commit 6b07583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scheme/database/Database.php
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ private function resetQuery()
$this->table = NULL;
$this->columns = NULL;
$this->sql = NULL;
$this->bindValues = NULL;
$this->bindValues = array();
$this->limit = NULL;
$this->orderBy = NULL;
$this->groupBy = NULL;
Expand Down

0 comments on commit 6b07583

Please sign in to comment.