aboutsummaryrefslogtreecommitdiff
blob: 115d3f14171b8c114c2da0e917f8c9f90c23bf38 (plain)
1
2
3
4
5
6
7
8
9
# Twig extensions not needed by the installer

services:
    template.twig.extensions.icon:
        class: phpbb\template\twig\extension\icon
        arguments:
            - '@user'
        tags:
            - { name: twig.extension }