1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/14561] Reclean usernames command

PHPBB3-14561
This commit is contained in:
Matt Friedman
2016-03-26 12:38:07 -07:00
parent 91f1116e04
commit 16f9b4630c
4 changed files with 218 additions and 0 deletions

View File

@@ -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 }