mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Add debug
This commit is contained in:
@@ -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(
|
||||
|
Reference in New Issue
Block a user