From e0642bea9392f5fdab92f70622e671f9fd7ee0c7 Mon Sep 17 00:00:00 2001 From: Syndamia Date: Fri, 11 Dec 2020 21:30:39 +0200 Subject: Renamed custom Roles class to UserRoles, fixing naming ambiguity --- API/Database/DevHiveContext.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'API/Database') diff --git a/API/Database/DevHiveContext.cs b/API/Database/DevHiveContext.cs index f8ddf83..7cb8f16 100644 --- a/API/Database/DevHiveContext.cs +++ b/API/Database/DevHiveContext.cs @@ -6,7 +6,7 @@ using Microsoft.AspNetCore.Identity; namespace API.Database { - public class DevHiveContext : IdentityDbContext + public class DevHiveContext : IdentityDbContext { public DevHiveContext(DbContextOptions options) : base(options) { } -- cgit v1.2.3