Skip to content

Commit 0cff42b

Browse files
committed
Fix setup wizard on php8-develop branch
1 parent f31285a commit 0cff42b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup/src/Zend/Mvc/Controller/LazyControllerAbstractFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ public function __invoke(ContainerInterface $container, $requestedName, array $o
119119
}
120120

121121
$parameters = array_map(
122-
$this->resolveParameter($container->getServiceLocator(), $requestedName),
122+
$this->resolveParameter($container, $requestedName),
123123
$reflectionParameters
124124
);
125125

0 commit comments

Comments
 (0)