mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Code reordering and reformatting. I should really start employing style CI.
This commit is contained in:
@@ -45,7 +45,7 @@ class ReconciliationStoreRequest extends FormRequest
|
||||
{
|
||||
$transactions = $this->get('journals');
|
||||
if (!is_array($transactions)) {
|
||||
$transactions = [];
|
||||
$transactions = [];
|
||||
}
|
||||
$data = [
|
||||
'start' => $this->date('start'),
|
||||
|
||||
Reference in New Issue
Block a user