Resvolution - HealthCheckResolver
This commit is contained in:
12
src/Umbraco.Web/HealthCheck/HealthCheckCollection.cs
Normal file
12
src/Umbraco.Web/HealthCheck/HealthCheckCollection.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System.Collections.Generic;
|
||||
using Umbraco.Core.DependencyInjection;
|
||||
|
||||
namespace Umbraco.Web.HealthCheck
|
||||
{
|
||||
public class HealthCheckCollection : BuilderCollectionBase<HealthCheck>
|
||||
{
|
||||
public HealthCheckCollection(IEnumerable<HealthCheck> items)
|
||||
: base(items)
|
||||
{ }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user