diff --git a/app/Http/Requests/PiggyBankFormRequest.php b/app/Http/Requests/PiggyBankFormRequest.php index 8486f5f8f6..d1eabc9754 100644 --- a/app/Http/Requests/PiggyBankFormRequest.php +++ b/app/Http/Requests/PiggyBankFormRequest.php @@ -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'), ]; }