Introduce IPublishedContentType
This commit is contained in:
@@ -166,7 +166,7 @@ namespace Umbraco.Web.PublishedCache.NuCache
|
||||
#region Content Type
|
||||
|
||||
/// <inheritdoc />
|
||||
public override PublishedContentType ContentType => _contentNode.ContentType;
|
||||
public override IPublishedContentType ContentType => _contentNode.ContentType;
|
||||
|
||||
#endregion
|
||||
|
||||
|
||||
Reference in New Issue
Block a user