mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-10 12:24:50 +00:00
Various small fixes.
This commit is contained in:
@@ -16,6 +16,7 @@ namespace FireflyIII\Support;
|
||||
use Cache;
|
||||
use FireflyIII\Models\Preference;
|
||||
use FireflyIII\User;
|
||||
use Session;
|
||||
|
||||
/**
|
||||
* Class Preferences
|
||||
@@ -128,6 +129,7 @@ class Preferences
|
||||
public function mark(): bool
|
||||
{
|
||||
$this->set('lastActivity', microtime());
|
||||
Session::forget('first');
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user