This commit is contained in:
James Cole 2020-02-19 07:17:58 +01:00
parent a280319a0b
commit 80f0637c77
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E

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);