This commit is contained in:
James Cole 2020-04-21 08:17:31 +02:00
parent 341ef0220c
commit b2f1642cfe
No known key found for this signature in database
GPG Key ID: B5669F9493CDE38D

View File

@ -53,7 +53,7 @@ class PiggyBankFormRequest extends Request
'account_id' => $this->integer('account_id'),
'targetamount' => $this->string('targetamount'),
'targetdate' => $this->date('targetdate'),
'notes' => $this->string('notes'),
'notes' => $this->nlString('notes'),
];
}