aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/config')
-rw-r--r--phpBB/config/default/container/services_console.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/config/default/container/services_console.yml b/phpBB/config/default/container/services_console.yml
index b39353d841..006df0d7b3 100644
--- a/phpBB/config/default/container/services_console.yml
+++ b/phpBB/config/default/container/services_console.yml
@@ -182,6 +182,8 @@ services:
- '@dbal.conn'
- '@config'
- '@passwords.manager'
+ - '%core.root_path%'
+ - '%core.php_ext%'
tags:
- { name: console.command }