diff options
Diffstat (limited to 'phpBB/config/console.yml')
-rw-r--r-- | phpBB/config/console.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/config/console.yml b/phpBB/config/console.yml index 540908164a..1e18a7dd37 100644 --- a/phpBB/config/console.yml +++ b/phpBB/config/console.yml @@ -84,6 +84,7 @@ services: - @config - @cache - @log + - %core.root_path% tags: - { name: console.command } |