mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-15 08:35:00 +00:00
Various code cleanup and fixed alignments.
This commit is contained in:
@@ -44,7 +44,7 @@ class CurrencyUpdateService
|
||||
$currency->name = e($data['name']);
|
||||
}
|
||||
|
||||
$currency->enabled = false;
|
||||
$currency->enabled = false;
|
||||
|
||||
if (array_key_exists('decimal_places', $data) && is_int($data['decimal_places'])) {
|
||||
$currency->decimal_places = $data['decimal_places'];
|
||||
|
Reference in New Issue
Block a user