1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/16314] Reorder controller helper constructor parameters

PHPBB3-16314
This commit is contained in:
Marc Alexander
2020-01-20 17:28:37 +01:00
parent 2bfea20007
commit 8bdad7d73e
4 changed files with 81 additions and 79 deletions

View File

@@ -87,17 +87,18 @@ services:
arguments:
- '@auth'
- '@cache.driver'
- '@config'
- '@cron.manager'
- '@dbal.conn'
- '@dispatcher'
- '@language'
- '@template'
- '@user'
- '@config'
- '@symfony_request'
- '@request'
- '@routing.helper'
- '%core.root_path%%core.adm_relative_path%'
- '@symfony_request'
- '@template'
- '@user'
- '%core.root_path%'
- '%core.adm_relative_path%'
- '%core.php_ext%'
- '%debug.sql_explain%'