Requirements for reports

This commit is contained in:
David Bomba 2022-05-10 16:14:57 +10:00
parent 660a5b7aaa
commit b7de59beb4

View File

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