Removed type check for dashboard status URL from published status controller and moved to interface.

This commit is contained in:
Andy Butland
2020-01-31 15:52:08 +01:00
parent 9e89e18492
commit 50c309e613
4 changed files with 15 additions and 6 deletions

View File

@@ -41,6 +41,8 @@ namespace Umbraco.Web.PublishedCache
public abstract string GetStatus();
public virtual string StatusUrl => string.Empty;
public virtual void Collect()
{
}