1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +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:
- '@template'
- '@language'
- '%?debug.exceptions'
- '%debug.exceptions%'
tags:
- { name: kernel.event_subscriber }