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

[ticket/14561] User delete command

PHPBB3-14561
This commit is contained in:
Matt Friedman
2016-03-26 12:35:38 -07:00
parent f9b6086302
commit 8a9429efa4
4 changed files with 360 additions and 0 deletions

View File

@@ -232,3 +232,15 @@ services:
- '%core.php_ext%'
tags:
- { name: console.command }
console.command.user.delete:
class: phpbb\console\command\user\delete
arguments:
- '@user'
- '@dbal.conn'
- '@language'
- '@log'
- '%core.root_path%'
- '%core.php_ext%'
tags:
- { name: console.command }