mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
9 lines
236 B
YAML
9 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 }
|