lazy collections for exports
This commit is contained in:
@ -15,7 +15,7 @@ class BillTransactions extends Export
|
||||
$model->whereIn('document_id', (array) $this->ids);
|
||||
}
|
||||
|
||||
return $model->get();
|
||||
return $model->cursor();
|
||||
}
|
||||
|
||||
public function map($model): array
|
||||
|
Reference in New Issue
Block a user