There was an error while loading. Please reload this page.
1 parent a937e29 commit d4ff71fCopy full SHA for d4ff71f
src/Extensions/Lifetime/FactoryLifetime.cs
@@ -71,7 +71,7 @@ public static class FactoryLifetime
71
/// <para>If you have multiple children, each will resolve its own instance.</para>
72
/// </remarks>
73
/// <value>A new instance of a <see cref="HierarchicalLifetimeManager"/> lifetime manager.</value>
74
- public static ITypeLifetimeManager Scoped => new HierarchicalLifetimeManager();
+ public static IFactoryLifetimeManager Scoped => new HierarchicalLifetimeManager();
75
76
/// <summary>
77
/// This lifetime keeps a reference to an instance only for the duration of one resolution call
0 commit comments