1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-21 00:02:18 +02:00

[ticket/14670] Modify service definition for RouterListener

PHPBB3-14670
This commit is contained in:
Marc Alexander 2016-07-23 17:54:45 +02:00
parent a33c875d2f
commit f165b8ece4
No known key found for this signature in database
GPG Key ID: 50E0D2423696F995

View File

@ -12,8 +12,6 @@ services:
class: Symfony\Component\HttpKernel\EventListener\RouterListener
arguments:
- '@router'
- null
- null
- '@request_stack'
tags:
- { name: kernel.event_subscriber }