From 743a0560c3cced8c37b5ae840e449a60a0b51a33 Mon Sep 17 00:00:00 2001 From: Andreas Fischer Date: Sun, 3 Nov 2013 04:14:36 +0100 Subject: [ticket/11998] Add console command for recalculating email hash. PHPBB3-11998 --- phpBB/config/console.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 phpBB/config/console.yml (limited to 'phpBB/config') 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 } -- cgit v1.2.1