mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-05 04:03:26 +00:00
Check debug
This commit is contained in:
@@ -90,7 +90,7 @@ class Handler extends ExceptionHandler
|
||||
Log::debug('Now in Handler::render()');
|
||||
if ($e instanceof LaravelValidationException && $expectsJson) {
|
||||
// ignore it: controller will handle it.
|
||||
Log::debug('Return to parent to handle LaravelValidationException');
|
||||
Log::debug(sprintf('Return to parent to handle LaravelValidationException(%d)', $e->status));
|
||||
return parent::render($request, $e);
|
||||
}
|
||||
if ($e instanceof NotFoundHttpException && $expectsJson) {
|
||||
|
Reference in New Issue
Block a user