Replace this with a better method eventually
github-actions opened this issue · 0 comments
github-actions commented
Replace this with a better method eventually
public Database getDatabase() {
return DATABASE;
}
// TODO: Replace this with a better method eventually
public static Database getDB(){
return DATABASE;
}
public static AntiMalware getInstance() {
return instance;
7a9e7a7fd003e7c8259f26a6911ed56ecdf40f15