Exception handler exceptions - exception inception!

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2025-02-20 18:27:45 +00:00
parent 671b64bc6b
commit d4b24e5e57

View file

@ -133,6 +133,8 @@ class Handler extends ExceptionHandler
$route = 'hardware.index';
} elseif ($route == 'reporttemplates.index') {
$route = 'reports/custom';
} elseif ($route == 'predefinedkits.index') {
$route = 'kits.index';
}
return redirect()