Add missing classes

This commit is contained in:
Sander Dorigo
2025-08-05 13:40:46 +02:00
parent 5a92215921
commit 48301b6b9c
6 changed files with 17 additions and 10 deletions

View File

@@ -288,8 +288,8 @@ class TransactionGroupTransformer extends AbstractTransformer
],
];
} catch (FireflyException $e) {
app('log')->error($e->getMessage());
app('log')->error($e->getTraceAsString());
Log::error($e->getMessage());
Log::error($e->getTraceAsString());
throw new FireflyException(sprintf('Transaction group #%d is broken. Please check out your log files.', $group->id), 0, $e);
}