Skip to content

Commit

Permalink
Merge branch '8.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints committed Jan 25, 2021
2 parents 9846e88 + 52e67dd commit 71d8258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/View/ViewException.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public function report()
{
$exception = $this->getPrevious();

if ($exception && method_exists('report', $exception)) {
if ($exception && method_exists($exception, 'report')) {
$exception->report();
}
}
Expand Down

0 comments on commit 71d8258

Please sign in to comment.