Fix typo in exception handler
This commit is contained in:
parent
05f0f48caf
commit
33ca221b99
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ class Handler extends ExceptionHandler
|
||||||
Log::error($exception);
|
Log::error($exception);
|
||||||
}
|
}
|
||||||
|
|
||||||
return (isset($response)) ? $response : parent::render($request, $e);
|
return (isset($response)) ? $response : parent::render($request, $exception);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue