mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-05-04 05:06:37 +00:00
This commit is contained in:
@@ -42,7 +42,7 @@ class BalanceChartRequest extends FormRequest
|
|||||||
{
|
{
|
||||||
return [
|
return [
|
||||||
'accounts' => $this->getAccountList(),
|
'accounts' => $this->getAccountList(),
|
||||||
'period' => $this->string('period'),
|
'period' => $this->convertString('period'),
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user