mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-07 14:41:20 +00:00
Code clean up.
This commit is contained in:
@@ -115,7 +115,6 @@ class Preferences
|
||||
}
|
||||
|
||||
return $result;
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -146,7 +145,6 @@ class Preferences
|
||||
}
|
||||
|
||||
return $this->setForUser($user, $name, $default);
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -227,6 +225,5 @@ class Preferences
|
||||
Cache::forever($fullName, $pref);
|
||||
|
||||
return $pref;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user