Fix for scheduled reports
This commit is contained in:
parent
c4dc100180
commit
28e64b6473
1 changed files with 2 additions and 0 deletions
|
|
@ -31,6 +31,8 @@ class RunReport extends Job
|
|||
|
||||
$reportType = $this->reportType;
|
||||
$config = $this->config;
|
||||
$config['subgroup'] = false; // don't yet support charts in export
|
||||
|
||||
$isExport = $this->isExport;
|
||||
$reportClass = '\\App\\Ninja\\Reports\\' . Str::studly($reportType) . 'Report';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue