Skip to content

Commit

Permalink
Fixed #134
Browse files Browse the repository at this point in the history
  • Loading branch information
ENikS authored Feb 24, 2020
1 parent a937e29 commit d4ff71f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Extensions/Lifetime/FactoryLifetime.cs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public static class FactoryLifetime
/// <para>If you have multiple children, each will resolve its own instance.</para>
/// </remarks>
/// <value>A new instance of a <see cref="HierarchicalLifetimeManager"/> lifetime manager.</value>
public static ITypeLifetimeManager Scoped => new HierarchicalLifetimeManager();
public static IFactoryLifetimeManager Scoped => new HierarchicalLifetimeManager();

/// <summary>
/// This lifetime keeps a reference to an instance only for the duration of one resolution call
Expand Down

0 comments on commit d4ff71f

Please sign in to comment.