User usage model

This commit is contained in:
Ben
2018-08-30 08:23:43 +01:00
parent 8b01bf38cb
commit 12ca0b16a8
4 changed files with 6 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ let User;
let Auth;
let Session;
export class BaseDatabase {
export class BaseDatabase {
static get Connection() {return connection;}
static get User() {return User}
static get Auth() {return Auth}