1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-07 09:16:55 +02:00

[ticket/15538] Fixes unrelated to the error

PHPBB3-15538
This commit is contained in:
mrgoldy
2019-09-30 18:51:37 +02:00
committed by Marc Alexander
parent 971b905569
commit 23fae74bf2
6 changed files with 34 additions and 48 deletions

View File

@@ -63,11 +63,15 @@ services:
template.twig.extensions.implode:
class: phpbb\template\twig\extension\implode
tags:
- { name: twig.extension }
template.twig.extensions.macro:
class: phpbb\template\twig\extension\macro
arguments:
- '@template.twig.environment'
tags:
- { name: twig.extension }
template.twig.extensions.routing:
class: phpbb\template\twig\extension\routing