fix path to twig template.

This commit is contained in:
Pol Dellaiera 2021-08-19 16:29:14 +02:00
parent 1d7ef9300c
commit fe4b9647b9

View File

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