diff --git a/src/Extensions/Lifetime/FactoryLifetime.cs b/src/Extensions/Lifetime/FactoryLifetime.cs index 1615c34c..e8d7d855 100644 --- a/src/Extensions/Lifetime/FactoryLifetime.cs +++ b/src/Extensions/Lifetime/FactoryLifetime.cs @@ -71,7 +71,7 @@ public static class FactoryLifetime /// If you have multiple children, each will resolve its own instance. /// /// A new instance of a lifetime manager. - public static ITypeLifetimeManager Scoped => new HierarchicalLifetimeManager(); + public static IFactoryLifetimeManager Scoped => new HierarchicalLifetimeManager(); /// /// This lifetime keeps a reference to an instance only for the duration of one resolution call