mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-12-01 04:59:25 -06:00
Merge branch 'hotfix/3.4.4.1' into develop
This commit is contained in:
commit
81b3a22606
@ -315,7 +315,7 @@ class TransactionJournal extends Model
|
||||
{
|
||||
$cache = new CacheProperties;
|
||||
$cache->addProperty($this->id);
|
||||
$cache->addProperty('destinationAccount');
|
||||
$cache->addProperty('sourceAccount');
|
||||
if ($cache->has()) {
|
||||
return $cache->get(); // @codeCoverageIgnore
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user