CacheRefresherBase.This not .Instance

This commit is contained in:
Stephan
2017-07-11 19:21:13 +02:00
parent 41cc622260
commit 5897881ca8
22 changed files with 27 additions and 27 deletions

View File

@@ -11,7 +11,7 @@ namespace Umbraco.Web.Cache
#region Define
protected override ApplicationTreeCacheRefresher Instance => this;
protected override ApplicationTreeCacheRefresher This => this;
public static readonly Guid UniqueId = Guid.Parse("0AC6C028-9860-4EA4-958D-14D39F45886E");