mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-08-26 21:27:44 -05:00
Code reordering and reformatting. I should really start employing style CI.
This commit is contained in:
@@ -69,7 +69,7 @@ class AccountFormRequest extends FormRequest
|
||||
if (false === $this->boolean('include_net_worth')) {
|
||||
$data['include_net_worth'] = '0';
|
||||
}
|
||||
if('0' === $data['opening_balance']) {
|
||||
if ('0' === $data['opening_balance']) {
|
||||
$data['opening_balance'] = '';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user