Skip to content

Commit

Permalink
🩹 Add missing return statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Log1x committed Jan 4, 2024
1 parent 865702e commit 510940d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Console/Commands/MailTestCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ public function handle()

if ($this->errors->isEmpty()) {
$this->components->error('The test email failed to send.');

return;
}

$this->errors = $this->errors
Expand Down

0 comments on commit 510940d

Please sign in to comment.