fixes for reports
This commit is contained in:
parent
eff1407521
commit
bcd67cf42b
1 changed files with 1 additions and 1 deletions
|
|
@ -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',
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue