Added InvoiceJob

This commit is contained in:
Frank Schubert
2024-08-29 14:51:37 +02:00
parent 248013423d
commit 1ed2dddb97
13 changed files with 1051 additions and 30 deletions
+6
View File
@@ -50,6 +50,12 @@ class FronkDB {
$this->query("SET NAMES utf8mb4");
}
}
public function reconnect() {
$this->instances = [];
$this->link = false;
$this->connect();
}
public function disconnect() {
if($this->link) {