mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Invalidate cache right after storing data #1478
This commit is contained in:
parent
dd17f06362
commit
3440c3e77a
@ -108,6 +108,8 @@ class ImportArrayStorage
|
||||
$this->setStatus('rules_applied');
|
||||
}
|
||||
|
||||
app('preferences')->mark();
|
||||
|
||||
return $collection;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user