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

@@ -12,7 +12,7 @@ namespace Umbraco.Web.Cache
#region Define
protected override DictionaryCacheRefresher Instance => this;
protected override DictionaryCacheRefresher This => this;
public static readonly Guid UniqueId = Guid.Parse("D1D7E227-F817-4816-BFE9-6C39B6152884");