Change namespace of PublishedContentTypeCache to Umbraco.Cms.Core.PublishedCache

This commit is contained in:
Mole
2021-02-15 10:48:14 +01:00
parent b17c3158c0
commit 161f01bc1e
15 changed files with 6 additions and 32 deletions

View File

@@ -10,7 +10,6 @@ using Umbraco.Cms.Core.Services;
using Umbraco.Cms.Core.Xml.XPath;
using Umbraco.Cms.Infrastructure.PublishedCache.Navigable;
using Umbraco.Extensions;
using Umbraco.Web.PublishedCache;
namespace Umbraco.Cms.Infrastructure.PublishedCache
{