This commit is contained in:
James Cole
2020-02-19 07:17:58 +01:00
parent a280319a0b
commit 80f0637c77

View File

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