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

@@ -1,6 +1,6 @@
using Umbraco.Cms.Core.Composing;
using Umbraco.Cms.Core.DependencyInjection;
using Umbraco.Cms.Infrastructure.Services.Notifications;
using Umbraco.Cms.Core.Services.Notifications;
namespace Umbraco.Cms.Infrastructure.PublishedCache.Compose
{