Skip to content

Commit 1730c07

Browse files
Update Database class
1 parent c597552 commit 1730c07

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

class/Database.php

+1
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ public function __destruct()
9090
{
9191
{
9292
$this->db = null;
93+
$this->stmt = null;
9394
}
9495
}
9596
}

0 commit comments

Comments
 (0)