mirror of
https://github.com/phpbb/phpbb.git
synced 2025-03-14 12:40:13 +01:00
10 lines
236 B
YAML
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 }
|