diff options
author | Tristan Darricau <github@nicofuma.fr> | 2014-05-27 15:35:10 +0200 |
---|---|---|
committer | Tristan Darricau <github@nicofuma.fr> | 2014-05-27 15:35:10 +0200 |
commit | 0a2e0ee964072ed7ee2989ae08f2f19820bebf03 (patch) | |
tree | 0360eab454820bf98de4735bc418f7f52a262ab9 /phpBB/config | |
parent | b3ba11024baf92a6f9b1a3c89841b69bd484d9d5 (diff) | |
download | forums-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.yml | 1 |
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 } |