mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-14 00:04:24 +00:00
Code clean up [skip ci]
This commit is contained in:
@@ -38,7 +38,7 @@ class CacheProperties
|
||||
public function __construct()
|
||||
{
|
||||
$this->properties = new Collection;
|
||||
if (Auth::check()) {
|
||||
if (auth()->check()) {
|
||||
$this->addProperty(Auth::user()->id);
|
||||
$this->addProperty(Prefs::lastActivity());
|
||||
}
|
||||
|
Reference in New Issue
Block a user