Fix error message and add 'user' to it
This commit is contained in:
parent
672b8752e4
commit
0013c4115e
|
@ -63,6 +63,6 @@ class Delete extends Command {
|
|||
return;
|
||||
}
|
||||
|
||||
$output->writeln('<error>The specified could not be deleted. Please check the logs.</error>');
|
||||
$output->writeln('<error>The specified user could not be deleted. Please check the logs.</error>');
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue