aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config
diff options
context:
space:
mode:
authorTristan Darricau <github@nicofuma.fr>2014-05-27 15:35:10 +0200
committerTristan Darricau <github@nicofuma.fr>2014-05-27 15:35:10 +0200
commit0a2e0ee964072ed7ee2989ae08f2f19820bebf03 (patch)
tree0360eab454820bf98de4735bc418f7f52a262ab9 /phpBB/config
parentb3ba11024baf92a6f9b1a3c89841b69bd484d9d5 (diff)
downloadforums-0a2e0ee964072ed7ee2989ae08f2f19820bebf03.tar
forums-0a2e0ee964072ed7ee2989ae08f2f19820bebf03.tar.gz
forums-0a2e0ee964072ed7ee2989ae08f2f19820bebf03.tar.bz2
forums-0a2e0ee964072ed7ee2989ae08f2f19820bebf03.tar.xz
forums-0a2e0ee964072ed7ee2989ae08f2f19820bebf03.zip
[ticket/12600] Add @log to the dependencies of extension:show
PHPBB3-12600
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 1305a12101..56bf99390a 100644
--- a/phpBB/config/console.yml
+++ b/phpBB/config/console.yml
@@ -86,6 +86,7 @@ services:
class: phpbb\console\command\extension\show
arguments:
- @ext.manager
+ - @log
tags:
- { name: console.command }