Catch account

This commit is contained in:
James Cole 2022-03-06 20:08:55 +01:00
parent 059bf32563
commit 6479fbabed
No known key found for this signature in database
GPG Key ID: B49A324B7EAD6D80

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':