mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-23 19:51:24 +00:00
Add debug
This commit is contained in:
@@ -113,6 +113,8 @@ class ShowController extends Controller
|
|||||||
$attachments = $this->repository->getAttachments($transactionGroup);
|
$attachments = $this->repository->getAttachments($transactionGroup);
|
||||||
$links = $this->repository->getLinks($transactionGroup);
|
$links = $this->repository->getLinks($transactionGroup);
|
||||||
|
|
||||||
|
Log::debug('Journal', $groupArray);
|
||||||
|
|
||||||
return view(
|
return view(
|
||||||
'transactions.show',
|
'transactions.show',
|
||||||
compact(
|
compact(
|
||||||
|
|||||||
Reference in New Issue
Block a user