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:
7
phpBB/config/console.yml
Normal file
7
phpBB/config/console.yml
Normal 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 }
|
Reference in New Issue
Block a user