mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-16 09:22:33 +00:00
Update PiggyBankRequest.php
Fix inconsistencies between repository and request variables
This commit is contained in:
@@ -58,8 +58,8 @@ class PiggyBankRequest extends Request
|
|||||||
'account_id' => $this->integer('account_id'),
|
'account_id' => $this->integer('account_id'),
|
||||||
'targetamount' => $this->string('target_amount'),
|
'targetamount' => $this->string('target_amount'),
|
||||||
'current_amount' => $current,
|
'current_amount' => $current,
|
||||||
'start_date' => $this->date('start_date'),
|
'startdate' => $this->date('start_date'),
|
||||||
'target_date' => $this->date('target_date'),
|
'targetdate' => $this->date('target_date'),
|
||||||
'notes' => $this->string('notes'),
|
'notes' => $this->string('notes'),
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user