aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config/services.yml
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/config/services.yml')
-rw-r--r--phpBB/config/services.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/config/services.yml b/phpBB/config/services.yml
index a9c819fe9a..9231138e1c 100644
--- a/phpBB/config/services.yml
+++ b/phpBB/config/services.yml
@@ -172,6 +172,8 @@ services:
arguments:
- @symfony_request
- %core.root_path%
+ - %core.php_ext%
+ - %core.adm_relative_path%
groupposition.legend:
class: phpbb_groupposition_legend
@@ -263,13 +265,11 @@ services:
template:
class: phpbb_template_twig
arguments:
- - %core.root_path%
- - %core.php_ext%
+ - @filesystem
- @config
- @user
- @template_context
- @ext.manager
- - %core.adm_relative_path%
template_context:
class: phpbb_template_context