1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-03-14 12:40:13 +01:00
php-phpbb/phpBB/config/default/container/services_twig_extensions.yml
rxu 302632d240
[ticket/16649] Add compiler pass to make all services public
This also handles BC for phpBB extensions

PHPBB3-16639
2021-02-19 21:18:40 +07:00

10 lines
236 B
YAML

# Twig extensions not needed by the installer
services:
template.twig.extensions.icon:
class: phpbb\template\twig\extension\icon
arguments:
- '@user'
tags:
- { name: twig.extension }