aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config
diff options
context:
space:
mode:
authorMatt Friedman <maf675@gmail.com>2016-03-26 12:38:07 -0700
committerMatt Friedman <maf675@gmail.com>2016-03-31 15:07:43 -0700
commit16f9b4630cfc3c6247894ac82ac6b95577075753 (patch)
tree275107fb062cbfe8403c3cab736b04c23f9c6fe2 /phpBB/config
parent91f1116e046818fb49a19ff59652f684c6f5f736 (diff)
downloadforums-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.yml9
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 }