1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-19 15:01:33 +02:00

[ticket/12630] Use di to inject parameter

PHPBB3-12630
This commit is contained in:
rubencm
2020-08-30 10:44:05 +00:00
parent f8888c62ca
commit 92c31dd454
5 changed files with 19 additions and 11 deletions

View File

@@ -8,6 +8,7 @@ services:
- '%core.php_ext%'
- '%core.cache_dir%'
- '%debug.url_generator%'
- '%debug.url_matcher%'
router.listener:
class: Symfony\Component\HttpKernel\EventListener\RouterListener