Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
Merge branch 'samsonasik-hydrator-call'
Browse files Browse the repository at this point in the history
  • Loading branch information
ezimuel committed Apr 3, 2018
2 parents 4a30298 + fd62c83 commit ec0e9b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ResultSet/HydratingResultSet.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ public function toArray()
{
$return = [];
foreach ($this as $row) {
$return[] = $this->getHydrator()->extract($row);
$return[] = $this->hydrator->extract($row);
}
return $return;
}
Expand Down

0 comments on commit ec0e9b5

Please sign in to comment.