This commit is contained in:
James Cole
2018-06-24 13:46:34 +02:00
parent 72cca5ccbf
commit e05664f34f
5 changed files with 9 additions and 4 deletions

View File

@@ -157,7 +157,7 @@ class SplitController extends Controller
$type = strtolower($this->repository->getTransactionType($journal));
session()->flash('success', (string)trans('firefly.updated_' . $type, ['description' => $journal->description]));
Preferences::mark();
app('preferences')->mark();
// @codeCoverageIgnoreStart
if (1 === (int)$request->get('return_to_edit')) {