Updated healthchecks to show a link to documentation instead of trying to fix something that can often not be fixed automatically.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using Umbraco.Core.Composing;
|
||||
using Umbraco.Core.HealthChecks.NotificationMethods;
|
||||
|
||||
namespace Umbraco.Core.HealthChecks
|
||||
{
|
||||
public class HealthCheckNotificationMethodCollectionBuilder : LazyCollectionBuilderBase<HealthCheckNotificationMethodCollectionBuilder, HealthCheckNotificationMethodCollection, IHealthCheckNotificationMethod>
|
||||
{
|
||||
protected override HealthCheckNotificationMethodCollectionBuilder This => this;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user