Skip to content

Commit

Permalink
Update Handler.php (#49614)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrjavaci authored Jan 8, 2024
1 parent f357fd8 commit 89f78ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Foundation/Exceptions/Handler.php
Original file line number Diff line number Diff line change
Expand Up @@ -843,7 +843,7 @@ public function renderForConsole($output, Throwable $e)
$message .= '. Did you mean one of these?';

with(new Error($output))->render($message);
with(new BulletList($output))->render($e->getAlternatives());
with(new BulletList($output))->render($alternatives);

$output->writeln('');
} else {
Expand Down

0 comments on commit 89f78ca

Please sign in to comment.