diff options
author | Matt Friedman <maf675@gmail.com> | 2016-03-26 12:38:07 -0700 |
---|---|---|
committer | Matt Friedman <maf675@gmail.com> | 2016-03-31 15:07:43 -0700 |
commit | 16f9b4630cfc3c6247894ac82ac6b95577075753 (patch) | |
tree | 275107fb062cbfe8403c3cab736b04c23f9c6fe2 /phpBB/config | |
parent | 91f1116e046818fb49a19ff59652f684c6f5f736 (diff) | |
download | forums-16f9b4630cfc3c6247894ac82ac6b95577075753.tar forums-16f9b4630cfc3c6247894ac82ac6b95577075753.tar.gz forums-16f9b4630cfc3c6247894ac82ac6b95577075753.tar.bz2 forums-16f9b4630cfc3c6247894ac82ac6b95577075753.tar.xz forums-16f9b4630cfc3c6247894ac82ac6b95577075753.zip |
[ticket/14561] Reclean usernames command
PHPBB3-14561
Diffstat (limited to 'phpBB/config')
-rw-r--r-- | phpBB/config/default/container/services_console.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/phpBB/config/default/container/services_console.yml b/phpBB/config/default/container/services_console.yml index 710487dfe8..994ac55ee9 100644 --- a/phpBB/config/default/container/services_console.yml +++ b/phpBB/config/default/container/services_console.yml @@ -258,3 +258,12 @@ services: - '%core.php_ext%' tags: - { name: console.command } + + console.command.user.reclean: + class: phpbb\console\command\user\reclean + arguments: + - '@user' + - '@dbal.conn' + - '@language' + tags: + - { name: console.command } |