mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/17347] Change command to be called user:delete_id
PHPBB-17347
This commit is contained in:
@@ -94,7 +94,7 @@ class delete_id extends command
|
||||
protected function configure(): void
|
||||
{
|
||||
$this
|
||||
->setName('user:delete_ids')
|
||||
->setName('user:delete_id')
|
||||
->setDescription($this->language->lang('CLI_DESCRIPTION_USER_DELETE_ID'))
|
||||
->addArgument(
|
||||
'user_ids',
|
||||
|
Reference in New Issue
Block a user