This commit is contained in:
James Cole
2018-06-20 16:09:15 +02:00
parent 597d6ac513
commit 138f67581c

View File

@@ -107,6 +107,9 @@ class TransactionJournalFactory
} }
Log::debug('End of TransactionJournalFactory::create()'); Log::debug('End of TransactionJournalFactory::create()');
// invalidate cache.
app('preferences')->mark();
return $journal; return $journal;
} }