mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Improve test coverage.
This commit is contained in:
@@ -60,7 +60,7 @@ class GracefulNotFoundHandler extends ExceptionHandler
|
||||
|
||||
switch ($name) {
|
||||
default:
|
||||
Log::error(sprintf('GracefulNotFoundHandler cannot handle route with name "%s"', $name));
|
||||
Log::debug(sprintf('GracefulNotFoundHandler cannot handle route with name "%s"', $name));
|
||||
|
||||
return parent::render($request, $exception);
|
||||
case 'accounts.show':
|
||||
|
Reference in New Issue
Block a user