Skip to content

Commit 71d8258

Browse files
committed
Merge branch '8.x'
2 parents 9846e88 + 52e67dd commit 71d8258

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/View/ViewException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public function report()
1515
{
1616
$exception = $this->getPrevious();
1717

18-
if ($exception && method_exists('report', $exception)) {
18+
if ($exception && method_exists($exception, 'report')) {
1919
$exception->report();
2020
}
2121
}

0 commit comments

Comments
 (0)