From c50a4ae993c1b91e5b39aa22b41cbd5c4f198752 Mon Sep 17 00:00:00 2001 From: James Cole Date: Mon, 25 Jul 2022 05:52:51 +0200 Subject: [PATCH] Add debug --- app/Http/Controllers/Transaction/ShowController.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/Http/Controllers/Transaction/ShowController.php b/app/Http/Controllers/Transaction/ShowController.php index 68cd2e8277..a4af0ffc6b 100644 --- a/app/Http/Controllers/Transaction/ShowController.php +++ b/app/Http/Controllers/Transaction/ShowController.php @@ -113,6 +113,8 @@ class ShowController extends Controller $attachments = $this->repository->getAttachments($transactionGroup); $links = $this->repository->getLinks($transactionGroup); + Log::debug('Journal', $groupArray); + return view( 'transactions.show', compact(