We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9b1f4b commit 4abae28Copy full SHA for 4abae28
app/Console/Commands/ResetUserPassword.php
@@ -32,7 +32,7 @@ public function handle(): void
32
33
if (! $user) {
34
// couldn't find the user so should fail.
35
- $this->error('Could not find a user with the email address of '.$$this->argument('email'));
+ $this->error('Could not find a user with the email address of '.$this->argument('email'));
36
37
return;
38
}
0 commit comments