mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-08 00:14:31 +08:00
Orchard.Projections: Fixing build warning in MemberBindingsStep
The change in the previous commit (b497f80dd7
) is required for this to work
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using Orchard.Data;
|
||||
using Orchard.Logging;
|
||||
using Orchard.Projections.Models;
|
||||
@@ -12,11 +11,8 @@ namespace Orchard.Projections.Providers.Executors {
|
||||
|
||||
public MemberBindingsStep(IRepository<MemberBindingRecord> repository, RecipeExecutionLogger logger) : base(logger) {
|
||||
_repository = repository;
|
||||
Logger = NullLogger.Instance;
|
||||
}
|
||||
|
||||
public ILogger Logger { get; set; }
|
||||
|
||||
public override string Name {
|
||||
get { return "MemberBindings"; }
|
||||
}
|
||||
|
Reference in New Issue
Block a user