Skip to content

Commit a0d8c72

Browse files
Mantas Urniežasaimaz
authored andcommitted
Storing raw data in ResultsIterator (#759)
Iterator even has getter for raw data, but it never gets populated.
1 parent 28a1229 commit a0d8c72

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Result/AbstractResultsIterator.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ public function __construct(
8484
Manager $manager,
8585
array $scroll = []
8686
) {
87+
$this->raw = $rawData;
8788
$this->manager = $manager;
8889
$this->converter = $manager->getConverter();
8990
$this->managerConfig = $manager->getConfig();

0 commit comments

Comments
 (0)