[ticket/12600] Add @log to the dependencies of extension:show

PHPBB3-12600
This commit is contained in:
Tristan Darricau 2014-05-27 15:35:10 +02:00
parent b3ba11024b
commit 0a2e0ee964

View file

@ -86,6 +86,7 @@ services:
class: phpbb\console\command\extension\show class: phpbb\console\command\extension\show
arguments: arguments:
- @ext.manager - @ext.manager
- @log
tags: tags:
- { name: console.command } - { name: console.command }