mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-29 18:20:01 +00:00
Clear cache sooner for #1096
This commit is contained in:
@@ -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());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user