Fix, now boots and runs

This commit is contained in:
Stephan
2017-09-27 10:25:47 +02:00
parent c24fdc0ddf
commit 05cb03af11
26 changed files with 100 additions and 298 deletions

View File

@@ -13,7 +13,7 @@ namespace Umbraco.Web.HealthCheck.NotificationMethods
{
private readonly ILocalizedTextService _textService;
internal EmailNotificationMethod(ILocalizedTextService textService)
public EmailNotificationMethod(ILocalizedTextService textService)
{
var recipientEmail = Settings["recipientEmail"]?.Value;
if (string.IsNullOrWhiteSpace(recipientEmail))