diff options
| author | transtrike <transtrike@gmail.com> | 2021-01-17 16:26:32 +0200 |
|---|---|---|
| committer | transtrike <transtrike@gmail.com> | 2021-01-17 16:26:32 +0200 |
| commit | f0398cf1b7e6477bbd184e7509a1030054fc1926 (patch) | |
| tree | 90a5ff56f96972e55f31e4339818aa0af0323b73 /src/DevHive.Web | |
| parent | 8f6a50566a069c782482a167f601e6eca9588e73 (diff) | |
| download | DevHive-f0398cf1b7e6477bbd184e7509a1030054fc1926.tar DevHive-f0398cf1b7e6477bbd184e7509a1030054fc1926.tar.gz DevHive-f0398cf1b7e6477bbd184e7509a1030054fc1926.zip | |
Fix lang naming
Diffstat (limited to 'src/DevHive.Web')
| -rw-r--r-- | src/DevHive.Web/Configurations/Mapping/RoleMappings.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DevHive.Web/Configurations/Mapping/RoleMappings.cs b/src/DevHive.Web/Configurations/Mapping/RoleMappings.cs index bce7c07..66ae8e3 100644 --- a/src/DevHive.Web/Configurations/Mapping/RoleMappings.cs +++ b/src/DevHive.Web/Configurations/Mapping/RoleMappings.cs @@ -4,7 +4,7 @@ using DevHive.Services.Models.Identity.Role; namespace DevHive.Web.Configurations.Mapping { - public class RoleMappings : Profile + public class RoleMappings : Profile { public RoleMappings() { |
