destruct void fix

This commit is contained in:
Troy grunt
2026-03-05 19:06:50 +01:00
parent 644e03da9b
commit 06da70baec

View File

@@ -191,7 +191,7 @@ class SQL {
return $statement->affected_rows;
}
}
function __destruct(): void {
function __destruct() {
if (SQL_LOG)
$this->h->close ();
// echo 'DESTROY';