Skip to content
Snippets Groups Projects
Commit 6621dc68 authored by Laurent Lecluse's avatar Laurent Lecluse
Browse files

Correction : mauvais nom de service du HelperManager

parent 519cf691
No related branches found
No related tags found
No related merge requests found
Pipeline #5334 failed
...@@ -19,7 +19,7 @@ class ViewXmlRendererFactory implements FactoryInterface ...@@ -19,7 +19,7 @@ class ViewXmlRendererFactory implements FactoryInterface
public function __invoke(ContainerInterface $container, $requestedName, array $options = null) public function __invoke(ContainerInterface $container, $requestedName, array $options = null)
{ {
$xmlRenderer = $container->get('ViewManager')->getRenderer(); $xmlRenderer = $container->get('ViewHelperManager')->getRenderer();
return $xmlRenderer; return $xmlRenderer;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment