diff options
author | Marc Alexander <admin@m-a-styles.de> | 2019-11-18 21:06:00 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2019-11-18 21:06:00 +0100 |
commit | 9872316cac4df4987fdabc9512ca6ebeb7e5e04f (patch) | |
tree | 797b82fb3f2626a49de12de69774664a04f47ad1 /phpBB/config | |
parent | aed7e369c30bb724a1496fbda34707280a56ea22 (diff) | |
download | forums-9872316cac4df4987fdabc9512ca6ebeb7e5e04f.tar forums-9872316cac4df4987fdabc9512ca6ebeb7e5e04f.tar.gz forums-9872316cac4df4987fdabc9512ca6ebeb7e5e04f.tar.bz2 forums-9872316cac4df4987fdabc9512ca6ebeb7e5e04f.tar.xz forums-9872316cac4df4987fdabc9512ca6ebeb7e5e04f.zip |
[ticket/16167] Remove uses of user_email_hash
PHPBB3-16167
Diffstat (limited to 'phpBB/config')
-rw-r--r-- | phpBB/config/default/container/services_console.yml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/phpBB/config/default/container/services_console.yml b/phpBB/config/default/container/services_console.yml index 05e467ff8d..b662102b35 100644 --- a/phpBB/config/default/container/services_console.yml +++ b/phpBB/config/default/container/services_console.yml @@ -158,14 +158,6 @@ services: tags: - { name: console.command } - console.command.fixup.recalculate_email_hash: - class: phpbb\console\command\fixup\recalculate_email_hash - arguments: - - '@user' - - '@dbal.conn' - tags: - - { name: console.command } - console.command.fixup.update_hashes: class: phpbb\console\command\fixup\update_hashes arguments: |