Tweak commands
This commit is contained in:
@ -32,7 +32,7 @@ class GroupQueryCommand extends Command
|
||||
try {
|
||||
$group = $this->client->queryGroup($groupId);
|
||||
} catch (\RuntimeException $e) {
|
||||
$output->writeln("<error>Invalid group id: {$slotId}</>");
|
||||
$output->writeln("<error>Invalid group id: {$groupId}</>");
|
||||
return self::INVALID;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user