diff --git a/setup/src/Zend/Mvc/Controller/LazyControllerAbstractFactory.php b/setup/src/Zend/Mvc/Controller/LazyControllerAbstractFactory.php index ac76499078de0..19545b52bd997 100644 --- a/setup/src/Zend/Mvc/Controller/LazyControllerAbstractFactory.php +++ b/setup/src/Zend/Mvc/Controller/LazyControllerAbstractFactory.php @@ -119,7 +119,7 @@ public function __invoke(ContainerInterface $container, $requestedName, array $o } $parameters = array_map( - $this->resolveParameter($container->getServiceLocator(), $requestedName), + $this->resolveParameter($container, $requestedName), $reflectionParameters );