Skip to content

Commit 89f78ca

Browse files
authored
Update Handler.php (#49614)
1 parent f357fd8 commit 89f78ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Foundation/Exceptions/Handler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -843,7 +843,7 @@ public function renderForConsole($output, Throwable $e)
843843
$message .= '. Did you mean one of these?';
844844

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

848848
$output->writeln('');
849849
} else {

0 commit comments

Comments
 (0)