mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-30 19:49:54 +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:
@@ -5,7 +5,7 @@ services:
|
||||
arguments:
|
||||
- '@config'
|
||||
- '@dbal.conn'
|
||||
- '@dispatcher'
|
||||
- '@event_dispatcher'
|
||||
- '@attachment.resync'
|
||||
- '@storage.attachment'
|
||||
|
||||
@@ -32,7 +32,7 @@ services:
|
||||
- '@config'
|
||||
- '@files.upload'
|
||||
- '@language'
|
||||
- '@dispatcher'
|
||||
- '@event_dispatcher'
|
||||
- '@plupload'
|
||||
- '@storage.attachment'
|
||||
- '@filesystem.temp'
|
||||
|
Reference in New Issue
Block a user