Fix views for #1000

This commit is contained in:
James Cole
2017-11-18 05:45:58 +01:00
parent 51a1512a3f
commit 573e72f7fb
6 changed files with 11 additions and 11 deletions

View File

@@ -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'),
];