Skip to content

Commit

Permalink
Add User
Browse files Browse the repository at this point in the history
  • Loading branch information
brianteeman committed Jul 3, 2022
1 parent 32f1fff commit d2fb909
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/src/Console/AddUserCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ public function __construct(DatabaseInterface $db)
protected function doExecute(InputInterface $input, OutputInterface $output): int
{
$this->configureIO($input, $output);
$this->ioStyle->title('Add user');
$this->ioStyle->title('Add User');
$this->user = $this->getStringFromOption('username', 'Please enter a username');
$this->name = $this->getStringFromOption('name', 'Please enter a name (full name of user)');
$this->email = $this->getStringFromOption('email', 'Please enter an email address');
Expand Down

0 comments on commit d2fb909

Please sign in to comment.