James Cole 2023-08-29 05:47:13 +02:00
parent 77dc79b638
commit 0d8b2ae799
No known key found for this signature in database
GPG Key ID: B49A324B7EAD6D80

View File

@ -42,7 +42,7 @@ class BalanceChartRequest extends FormRequest
{
return [
'accounts' => $this->getAccountList(),
'period' => $this->string('period'),
'period' => $this->convertString('period'),
];
}