mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-05-04 13:16:31 +00:00
Fix views for #1000
This commit is contained in:
@@ -47,7 +47,7 @@ class PiggyBankFormRequest extends Request
|
||||
'name' => $this->string('name'),
|
||||
'startdate' => new Carbon,
|
||||
'account_id' => $this->integer('account_id'),
|
||||
'targetamount' => $this->float('targetamount'),
|
||||
'targetamount' => $this->string('targetamount'),
|
||||
'targetdate' => $this->date('targetdate'),
|
||||
'note' => $this->string('note'),
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user