IContainer is IRegister+IFactory
This commit is contained in:
@@ -68,7 +68,7 @@ namespace Umbraco.Web.Mvc
|
||||
internal class OverridenDefaultControllerFactory : ContainerControllerFactory
|
||||
{
|
||||
public OverridenDefaultControllerFactory()
|
||||
: base(Current.Container)
|
||||
: base(Current.Factory)
|
||||
{ }
|
||||
|
||||
public new IController GetControllerInstance(RequestContext requestContext, Type controllerType)
|
||||
|
||||
Reference in New Issue
Block a user