mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-08 05:34:30 -04:00
Convert collection to array
This commit is contained in:
parent
03b3170b8c
commit
b3bb7fe431
@ -134,7 +134,7 @@ class CreditExport extends BaseExport
|
|||||||
|
|
||||||
$this->input['report_keys'] = collect(array_values($this->entity_keys))->map(function ($value){
|
$this->input['report_keys'] = collect(array_values($this->entity_keys))->map(function ($value){
|
||||||
return 'credit.'.$value;
|
return 'credit.'.$value;
|
||||||
});
|
})->toArray();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user