mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/14933] Fix parameter for kernel_exception_subscriber
PHPBB3-14933
This commit is contained in:
parent
a29048abd6
commit
7f8407b321
1 changed files with 1 additions and 1 deletions
|
@ -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 }
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue