Move notifications to core instead of infrastructure

This commit is contained in:
Bjarke Berg
2021-04-09 13:43:39 +02:00
parent 578c1d1c0f
commit ba6eea4f6f
152 changed files with 160 additions and 160 deletions

View File

@@ -5,7 +5,7 @@ using System.Linq;
using Umbraco.Cms.Core.Models;
using Umbraco.Cms.Core.Scoping;
using Umbraco.Cms.Core.Services;
using Umbraco.Cms.Infrastructure.Services.Notifications;
using Umbraco.Cms.Core.Services.Notifications;
using Umbraco.Extensions;
namespace Umbraco.Cms.Core.Events