From 2451c0a815bd7ce5852b319b70ce6cf3a1ad7c4b Mon Sep 17 00:00:00 2001 From: mrgoldy Date: Thu, 27 Feb 2020 16:28:49 +0100 Subject: [PATCH] [ticket/16382] Update Twig_Extension_Debug PHPBB3-16382 --- phpBB/config/default/container/services_twig.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/config/default/container/services_twig.yml b/phpBB/config/default/container/services_twig.yml index 6f70155295..5547ca2608 100644 --- a/phpBB/config/default/container/services_twig.yml +++ b/phpBB/config/default/container/services_twig.yml @@ -68,7 +68,7 @@ services: - { name: twig.extension } template.twig.extensions.debug: - class: Twig_Extension_Debug + class: Twig\Extension\DebugExtension template: class: phpbb\template\twig\twig