This commit is contained in:
Vins 2023-12-11 16:24:04 +01:00
parent 9241247ccc
commit c40619da64

View File

@ -14,6 +14,7 @@ export default class Database {
});
}
public getClient() {
//
return this.dbProvider.getClient();
}
public async connect() {