Fix Db
This commit is contained in:
@@ -14,8 +14,6 @@ namespace ReallifeGamemode.Database.Models
|
||||
{
|
||||
private readonly ILoggerFactory loggerFactory;
|
||||
|
||||
public DatabaseContext(DbContextOptions<DatabaseContext> options) : base(options) { }
|
||||
|
||||
public DatabaseContext(ILoggerFactory loggerFactory = null) {
|
||||
this.loggerFactory = loggerFactory;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user