This commit is contained in:
VincentAlamelle 2023-12-11 16:24:59 +01:00 committed by GitHub
commit f02ba6b3ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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