1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-09-08 23:31:04 +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:
Marc Alexander
2023-08-19 13:38:02 +02:00
parent 549c818a5c
commit 66b54d4469
32 changed files with 110 additions and 59 deletions

View File

@@ -46,7 +46,7 @@ services:
- '@cache.driver'
- '@config'
- '@dbal.conn'
- '@dispatcher'
- '@event_dispatcher'
- '%core.root_path%'
- '%core.php_ext%'
@@ -97,7 +97,7 @@ services:
- '@config'
- '@cron.manager'
- '@dbal.conn'
- '@dispatcher'
- '@event_dispatcher'
- '@language'
- '@request'
- '@routing.helper'
@@ -132,7 +132,7 @@ services:
- '@cache'
- '@config'
- '@language'
- '@dispatcher'
- '@event_dispatcher'
- '@path_helper'
- '@user'
@@ -142,7 +142,7 @@ services:
- '@dbal.conn'
- '@user'
- '@auth'
- '@dispatcher'
- '@event_dispatcher'
- '%core.root_path%'
- '%core.adm_relative_path%'
- '%core.php_ext%'