mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-29 13:14:45 +02:00
Fix typo in exception handler
This commit is contained in:
parent
05f0f48caf
commit
33ca221b99
@ -59,7 +59,7 @@ class Handler extends ExceptionHandler
|
||||
Log::error($exception);
|
||||
}
|
||||
|
||||
return (isset($response)) ? $response : parent::render($request, $e);
|
||||
return (isset($response)) ? $response : parent::render($request, $exception);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user