aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2014-10-25 11:55:15 -0700
committerMarc Alexander <admin@m-a-styles.de>2014-10-25 11:55:15 -0700
commit84434630065c2491cfa5e65a69b8b22d6844b6f4 (patch)
tree88eb67f07f2b139e4b3a9e811fee27c1800aa3e3 /phpBB/config
parentb27b9a6984f2ed3a9a186133657d30b4cca883c0 (diff)
downloadforums-84434630065c2491cfa5e65a69b8b22d6844b6f4.tar
forums-84434630065c2491cfa5e65a69b8b22d6844b6f4.tar.gz
forums-84434630065c2491cfa5e65a69b8b22d6844b6f4.tar.bz2
forums-84434630065c2491cfa5e65a69b8b22d6844b6f4.tar.xz
forums-84434630065c2491cfa5e65a69b8b22d6844b6f4.zip
[ticket/13211] Also use log wrapper output handler for console migrations
PHPBB3-13211
Diffstat (limited to 'phpBB/config')
-rw-r--r--phpBB/config/console.yml1
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 }