diff options
author | Andreas Fischer <bantu@phpbb.com> | 2013-11-03 04:14:36 +0100 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2013-11-03 13:02:48 +0100 |
commit | 743a0560c3cced8c37b5ae840e449a60a0b51a33 (patch) | |
tree | 55dfd647a417d0340c301e05e3c23331ab7d4898 /phpBB/config/console.yml | |
parent | a1af10848de17da27a6397aafb51c09b3343173a (diff) | |
download | forums-743a0560c3cced8c37b5ae840e449a60a0b51a33.tar forums-743a0560c3cced8c37b5ae840e449a60a0b51a33.tar.gz forums-743a0560c3cced8c37b5ae840e449a60a0b51a33.tar.bz2 forums-743a0560c3cced8c37b5ae840e449a60a0b51a33.tar.xz forums-743a0560c3cced8c37b5ae840e449a60a0b51a33.zip |
[ticket/11998] Add console command for recalculating email hash.
PHPBB3-11998
Diffstat (limited to 'phpBB/config/console.yml')
-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 } |