diff options
Diffstat (limited to 'phpBB/config')
-rw-r--r-- | phpBB/config/console.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/phpBB/config/console.yml b/phpBB/config/console.yml new file mode 100644 index 0000000000..a30ca3722c --- /dev/null +++ b/phpBB/config/console.yml @@ -0,0 +1,7 @@ +services: + console.command.fixup.recalculate_email_hash: + class: phpbb\console\command\fixup\recalculate_email_hash + arguments: + - @dbal.conn + tags: + - { name: console.command } |