mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-10 20:34:48 +00:00
Code cleanup.
This commit is contained in:
@@ -127,7 +127,6 @@ class Preferences
|
||||
{
|
||||
$fullName = sprintf('preference%s%s', $user->id, $name);
|
||||
if (Cache::has($fullName)) {
|
||||
|
||||
return Cache::get($fullName);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user