From fe4b9647b9e86ed4b28c8314a8e2a5a02b3e5868 Mon Sep 17 00:00:00 2001 From: Pol Dellaiera Date: Thu, 19 Aug 2021 16:29:14 +0200 Subject: [PATCH] fix path to twig template. --- src/Bundle/ChillWopiBundle/src/Controller/Test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Bundle/ChillWopiBundle/src/Controller/Test.php b/src/Bundle/ChillWopiBundle/src/Controller/Test.php index 41fe4d2db..b2904ae8d 100644 --- a/src/Bundle/ChillWopiBundle/src/Controller/Test.php +++ b/src/Bundle/ChillWopiBundle/src/Controller/Test.php @@ -92,7 +92,7 @@ final class Test return $this ->responder ->render( - '@WopiBundle/Editor/page.html.twig', + '@Wopi/Editor/page.html.twig', $configuration );