Clear cache sooner for #1096

This commit is contained in:
James Cole
2018-01-06 07:42:03 +01:00
parent 7fa937e80b
commit 6ac1e05e60

View File

@@ -38,6 +38,7 @@ class SingleCacheProperties extends CacheProperties
$this->properties = new Collection;
if (auth()->check()) {
$this->addProperty(auth()->user()->id);
$this->addProperty(app('preferences')->lastActivity());
}
}
}