Skip to content

Commit 33ca221

Browse files
committed
Fix typo in exception handler
1 parent 05f0f48 commit 33ca221

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Exceptions/Handler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public function render($request, Exception $exception)
5959
Log::error($exception);
6060
}
6161

62-
return (isset($response)) ? $response : parent::render($request, $e);
62+
return (isset($response)) ? $response : parent::render($request, $exception);
6363
}
6464

6565
/**

0 commit comments

Comments
 (0)