aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config/console.yml
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/config/console.yml')
-rw-r--r--phpBB/config/console.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/phpBB/config/console.yml b/phpBB/config/console.yml
index d32befa15e..1305a12101 100644
--- a/phpBB/config/console.yml
+++ b/phpBB/config/console.yml
@@ -62,6 +62,7 @@ services:
class: phpbb\console\command\extension\disable
arguments:
- @ext.manager
+ - @log
tags:
- { name: console.command }
@@ -69,6 +70,7 @@ services:
class: phpbb\console\command\extension\enable
arguments:
- @ext.manager
+ - @log
tags:
- { name: console.command }
@@ -76,6 +78,7 @@ services:
class: phpbb\console\command\extension\purge
arguments:
- @ext.manager
+ - @log
tags:
- { name: console.command }