James Cole
2023-08-29 05:47:13 +02:00
parent 77dc79b638
commit 0d8b2ae799

View File

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