1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 13:30:25 +02:00

[ticket/11998] Add console command for recalculating email hash.

PHPBB3-11998
This commit is contained in:
Andreas Fischer
2013-11-03 04:14:36 +01:00
parent a1af10848d
commit 743a0560c3
2 changed files with 79 additions and 0 deletions

7
phpBB/config/console.yml Normal file
View File

@@ -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 }