fix path to twig template.

This commit is contained in:
Pol Dellaiera 2021-08-19 16:29:14 +02:00 committed by Marc Ducobu
parent eeb34d25dc
commit 682797cda8

View File

@ -92,7 +92,7 @@ final class Test
return $this
->responder
->render(
'@WopiBundle/Editor/page.html.twig',
'@Wopi/Editor/page.html.twig',
$configuration
);