1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-02 23:07:39 +02:00

[ticket/14933] Fix parameter for kernel_exception_subscriber

PHPBB3-14933
This commit is contained in:
Oliver Schramm
2017-09-09 17:37:10 +02:00
parent a29048abd6
commit 7f8407b321

View File

@@ -9,7 +9,7 @@ services:
arguments: arguments:
- '@template' - '@template'
- '@language' - '@language'
- '%?debug.exceptions' - '%debug.exceptions%'
tags: tags:
- { name: kernel.event_subscriber } - { name: kernel.event_subscriber }