mirror of
https://github.com/phpbb/phpbb.git
synced 2025-09-02 12:53:37 +02:00
[ticket/17176] Use Symfony name for event dispatcher
The previously used override of the names is no longer supported. PHPBB3-17176
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
services:
|
||||
dispatcher:
|
||||
event_dispatcher:
|
||||
class: phpbb\event\dispatcher
|
||||
arguments:
|
||||
- '@service_container'
|
||||
|
Reference in New Issue
Block a user