Revert "Temp8 tinymce"

This commit is contained in:
Warren Buckley
2018-11-22 14:05:51 +00:00
committed by GitHub
parent 2a0748fc1e
commit 54a2aa00a7
6677 changed files with 646351 additions and 410535 deletions

View File

@@ -1,4 +1,4 @@
using System;
using System;
namespace Umbraco.Web.HealthCheck
{
@@ -7,7 +7,7 @@ namespace Umbraco.Web.HealthCheck
/// </summary>
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false)]
public sealed class HealthCheckAttribute : Attribute
{
{
public HealthCheckAttribute(string id, string name)
{
Id = new Guid(id);
@@ -23,4 +23,4 @@ namespace Umbraco.Web.HealthCheck
//TODO: Do we need more metadata?
}
}
}