Skip to content

Commit d4ff71f

Browse files
authored
Fixed #134
1 parent a937e29 commit d4ff71f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Extensions/Lifetime/FactoryLifetime.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public static class FactoryLifetime
7171
/// <para>If you have multiple children, each will resolve its own instance.</para>
7272
/// </remarks>
7373
/// <value>A new instance of a <see cref="HierarchicalLifetimeManager"/> lifetime manager.</value>
74-
public static ITypeLifetimeManager Scoped => new HierarchicalLifetimeManager();
74+
public static IFactoryLifetimeManager Scoped => new HierarchicalLifetimeManager();
7575

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

0 commit comments

Comments
 (0)