aboutsummaryrefslogtreecommitdiff
path: root/src/Data/DevHive.Data.Models/Role.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Data/DevHive.Data.Models/Role.cs')
-rw-r--r--src/Data/DevHive.Data.Models/Role.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Data/DevHive.Data.Models/Role.cs b/src/Data/DevHive.Data.Models/Role.cs
index 259d867..0df556c 100644
--- a/src/Data/DevHive.Data.Models/Role.cs
+++ b/src/Data/DevHive.Data.Models/Role.cs
@@ -1,6 +1,6 @@
using System.ComponentModel.DataAnnotations.Schema;
using System.Collections.Generic;
-using DevHive.Data.Interfaces.Models;
+using DevHive.Data.Models.Interfaces;
using Microsoft.AspNetCore.Identity;
using System;