diff --git a/app/Export/CSV/CreditExport.php b/app/Export/CSV/CreditExport.php index e64913971869..82de37a0cd04 100644 --- a/app/Export/CSV/CreditExport.php +++ b/app/Export/CSV/CreditExport.php @@ -134,7 +134,7 @@ class CreditExport extends BaseExport $this->input['report_keys'] = collect(array_values($this->entity_keys))->map(function ($value){ return 'credit.'.$value; - }); + })->toArray(); }