Skip to content

Commit

Permalink
Update MakeUserCommand.php
Browse files Browse the repository at this point in the history
  • Loading branch information
jpeters8889 authored Dec 22, 2024
1 parent 7fc57a9 commit 8148819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Console/Commands/MakeUserCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public function handle(): int
return self::SUCCESS;
}

/** @return array{'username': string, 'email': string, 'password': string} */
/** @return array{'name': string, 'email': string, 'password': string} */
protected function requestData(): array
{
return [
Expand Down

0 comments on commit 8148819

Please sign in to comment.