Fix some of the build errors after merge
This commit is contained in:
@@ -5,5 +5,5 @@ namespace Umbraco.Cms.Core.DistributedLocking;
|
||||
/// </summary>
|
||||
public interface IDistributedLockingMechanismFactory
|
||||
{
|
||||
IDistributedLockingMechanism DistributedLockingMechanism { get; }
|
||||
IDistributedLockingMechanism? DistributedLockingMechanism { get; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user