fixes for reports

This commit is contained in:
David Bomba 2022-05-21 10:35:56 +10:00
parent eff1407521
commit bcd67cf42b

View File

@ -32,7 +32,7 @@ class GenericReportRequest extends Request
'end_date' => 'string|date',
'date_key' => 'string',
'date_range' => 'required|string',
'report_keys' => 'required|present|array',
'report_keys' => 'present|array',
'send_email' => 'required|bool',
];
}