mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 23:45:10 +00:00
Made it to level 6!
This commit is contained in:
@@ -195,7 +195,7 @@ class Preferences
|
||||
return $result;
|
||||
}
|
||||
|
||||
public function getEncrypted(string $name, $default = null): ?Preference
|
||||
public function getEncrypted(string $name, mixed $default = null): ?Preference
|
||||
{
|
||||
$result = $this->get($name, $default);
|
||||
if (null === $result) {
|
||||
|
Reference in New Issue
Block a user