Skip to content

Commit

Permalink
Make ResolveComponent virtual.
Browse files Browse the repository at this point in the history
  • Loading branch information
alistairjevans committed Jun 10, 2020
1 parent a29ef28 commit fd8bc4f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ public void ChangeParameters(IEnumerable<Parameter> newParameters)
}

/// <inheritdoc />
public object ResolveComponent(ResolveRequest request)
public virtual object ResolveComponent(ResolveRequest request)
{
return Operation.GetOrCreateInstance(ActivationScope, request);
}
Expand Down

0 comments on commit fd8bc4f

Please sign in to comment.