Skip to content

Commit

Permalink
Fixed variable renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Jun 28, 2015
1 parent 63fdf10 commit d1295ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ORM/LazyEagerLoader.php
Expand Up @@ -52,7 +52,7 @@ public function loadInto($entities, array $contain, Table $source)
}

$entities = new Collection($entities);
$query = $this->_getQuery($objects, $contain, $source);
$query = $this->_getQuery($entities, $contain, $source);
$associations = array_keys($query->contain());

$entities = $this->_injectResults($entities, $query, $associations, $source);
Expand Down

0 comments on commit d1295ea

Please sign in to comment.