mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-02 20:25:28 +00:00
Attempted fix for #6475
This commit is contained in:
@@ -45,7 +45,7 @@ class CurrencyFormRequest extends FormRequest
|
||||
'name' => $this->convertString('name'),
|
||||
'code' => $this->convertString('code'),
|
||||
'symbol' => $this->convertString('symbol'),
|
||||
'decimal_places' => $this->integer('decimal_places'),
|
||||
'decimal_places' => $this->convertInteger('decimal_places'),
|
||||
'enabled' => $this->boolean('enabled'),
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user