Moves UserGroup and UserGroupExtensions to core

This commit is contained in:
Shannon
2020-05-20 10:37:11 +10:00
parent 86f60677a1
commit 7bea165597
4 changed files with 12 additions and 15 deletions

View File

@@ -17,6 +17,7 @@ using Umbraco.Core.Strings;
using Umbraco.Web.Actions;
using Umbraco.Web.Services;
using Umbraco.Core.Media;
using Umbraco.Core.Persistence.Dtos;
namespace Umbraco.Web.Models.Mapping
{
@@ -444,6 +445,6 @@ namespace Umbraco.Web.Models.Mapping
Trashed = false,
ParentId = -1
};
}
}
}
}