mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 14:30:32 +02:00
[ticket/17347] Change command to be called user:delete_id
PHPBB-17347
This commit is contained in:
@@ -35,7 +35,7 @@ class phpbb_console_user_delete_ids_test extends phpbb_console_user_base
|
||||
$this->php_ext
|
||||
));
|
||||
|
||||
$command = $application->find('user:delete_ids');
|
||||
$command = $application->find('user:delete_id');
|
||||
$this->command_name = $command->getName();
|
||||
$this->question = $command->getHelper('question');
|
||||
|
||||
|
Reference in New Issue
Block a user