diff options
Diffstat (limited to 'phpBB')
-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 } |