Invalidate cache right after storing data #1478

This commit is contained in:
James Cole 2018-06-10 07:10:44 +02:00
parent dd17f06362
commit 3440c3e77a

View File

@ -108,6 +108,8 @@ class ImportArrayStorage
$this->setStatus('rules_applied');
}
app('preferences')->mark();
return $collection;
}