mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Test improv
This commit is contained in:
@@ -149,7 +149,7 @@ trait CollectsValues
|
||||
]
|
||||
)->first();
|
||||
if (null === $result) {
|
||||
throw new FireflyException(sprintf('Cannot find suitable %s to use.', $type));
|
||||
throw new FireflyException(sprintf('Cannot find suitable journal "%s" to use.', $type));
|
||||
}
|
||||
|
||||
return TransactionJournal::find((int) $result->transaction_journal_id);
|
||||
|
Reference in New Issue
Block a user