Catch account

This commit is contained in:
James Cole
2022-03-06 20:08:55 +01:00
parent 059bf32563
commit 6479fbabed

View File

@@ -71,6 +71,7 @@ class GracefulNotFoundHandler extends ExceptionHandler
return parent::render($request, $e);
case 'accounts.show':
case 'accounts.edit':
case 'accounts.show.all':
return $this->handleAccount($request, $e);
case 'transactions.show':