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