Skip to content

Commit

Permalink
Storing raw data in ResultsIterator (#759)
Browse files Browse the repository at this point in the history
Iterator even has getter for raw data, but it never gets populated.
  • Loading branch information
Mantas Urnieža authored and saimaz committed Mar 16, 2017
1 parent 28a1229 commit a0d8c72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Result/AbstractResultsIterator.php
Expand Up @@ -84,6 +84,7 @@ public function __construct(
Manager $manager,
array $scroll = []
) {
$this->raw = $rawData;
$this->manager = $manager;
$this->converter = $manager->getConverter();
$this->managerConfig = $manager->getConfig();
Expand Down

0 comments on commit a0d8c72

Please sign in to comment.