Skip to content

Commit

Permalink
Fixed #94
Browse files Browse the repository at this point in the history
  • Loading branch information
ENikS committed Jan 24, 2019
1 parent 9382105 commit ccf3472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Dependency/Injection/Abstracts/InjectionMember.cs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ protected InjectionMember(TMemberInfo info, TData data)

public string Name { get; }

public TData Data { get; }
public virtual TData Data { get; }

public abstract TMemberInfo MemberInfo(Type type);

Expand Down

0 comments on commit ccf3472

Please sign in to comment.