From 682797cda8aac1a47b2f57f00642f44ed5ddf95c 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 );