mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-29 18:20:01 +00:00
Fix #2572
This commit is contained in:
@@ -60,7 +60,7 @@ class GracefulNotFoundHandler extends ExceptionHandler
|
||||
|
||||
switch ($name) {
|
||||
default:
|
||||
Log::debug(sprintf('GracefulNotFoundHandler cannot handle route with name "%s"', $name));
|
||||
Log::warning(sprintf('GracefulNotFoundHandler cannot handle route with name "%s"', $name));
|
||||
|
||||
return parent::render($request, $exception);
|
||||
case 'accounts.show':
|
||||
@@ -114,6 +114,7 @@ class GracefulNotFoundHandler extends ExceptionHandler
|
||||
|
||||
return redirect(route('rules.index'));
|
||||
break;
|
||||
case 'transactions.edit':
|
||||
case 'transactions.mass.edit':
|
||||
case 'transactions.mass.delete':
|
||||
case 'transactions.bulk.edit':
|
||||
|
Reference in New Issue
Block a user