diff --git a/src/Commands/MakeUserCommand.php b/src/Commands/MakeUserCommand.php index 719352e1..2ea2f390 100644 --- a/src/Commands/MakeUserCommand.php +++ b/src/Commands/MakeUserCommand.php @@ -59,8 +59,6 @@ public function handle(): int $this->promptName(); } - $this->promptName(); - if (! $this->email) { $this->promptEmail(); }