Fix component constructors
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
|
||||
namespace Umbraco.Web.PublishedCache.NuCache
|
||||
{
|
||||
public class NuCacheComponent : IComponent
|
||||
public sealed class NuCacheComponent : IComponent
|
||||
{
|
||||
public void Initialize(IPublishedSnapshotService service)
|
||||
public NuCacheComponent(IPublishedSnapshotService service)
|
||||
{
|
||||
// nothing - this just ensures that the service is created at boot time
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user