From ab12e9e6309f8dc36638bd4205a8dff277c686a1 Mon Sep 17 00:00:00 2001 From: Sipke Schoorstra Date: Mon, 10 Aug 2015 14:06:13 +0100 Subject: [PATCH] Turned IDistributedLockService into an ISingleton. --- src/Orchard/Tasks/Locking/IDistributedLockService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Orchard/Tasks/Locking/IDistributedLockService.cs b/src/Orchard/Tasks/Locking/IDistributedLockService.cs index df6169129..65aa7bf9a 100644 --- a/src/Orchard/Tasks/Locking/IDistributedLockService.cs +++ b/src/Orchard/Tasks/Locking/IDistributedLockService.cs @@ -4,7 +4,7 @@ namespace Orchard.Tasks.Locking { /// /// Provides distributed locking functionality. /// - public interface IDistributedLockService : IDependency { + public interface IDistributedLockService : ISingletonDependency { /// /// Tries to acquire a lock on the specified name. ///