1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

Merge branch '3.3.x'

This commit is contained in:
Marc Alexander
2020-02-06 17:36:49 +01:00
6 changed files with 398 additions and 115 deletions

View File

@@ -87,12 +87,22 @@ services:
controller.helper:
class: phpbb\controller\helper
arguments:
- '@template'
- '@user'
- '@auth'
- '@cache.driver'
- '@config'
- '@symfony_request'
- '@cron.manager'
- '@dbal.conn'
- '@dispatcher'
- '@language'
- '@request'
- '@routing.helper'
- '@symfony_request'
- '@template'
- '@user'
- '%core.root_path%'
- '%core.adm_relative_path%'
- '%core.php_ext%'
- '%debug.sql_explain%'
controller.resolver:
class: phpbb\controller\resolver