Merge branch 'DatabaseArticleManager' into dev

This commit is contained in:
NOrtmann1
2026-06-09 15:31:59 +02:00
10 changed files with 2223 additions and 4 deletions
+4
View File
@@ -6,6 +6,10 @@ class LocalUserManager implements UserManagerDAO {
private string $file = "data/users.json";
public static function getInstance(){
// TODO: implement the getIsntance method.
}
/**
* Lädt alle Benutzer aus der JSON-Datei.
*