Skip to content

Commit

Permalink
title
Browse files Browse the repository at this point in the history
  • Loading branch information
brianteeman committed Jul 3, 2022
1 parent 018edfc commit 9cab3d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/src/Console/RemoveUserFromGroupCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ public function __construct(DatabaseInterface $db)
protected function doExecute(InputInterface $input, OutputInterface $output): int
{
$this->configureIO($input, $output);
$this->ioStyle->title('Remove User From Group');
$this->username = $this->getStringFromOption('username', 'Please enter a username');
$this->ioStyle->title('Remove user from group');

$userId = UserHelper::getUserId($this->username);

Expand Down

0 comments on commit 9cab3d7

Please sign in to comment.