Skip to content

Commit

Permalink
Fixed CS error
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Mar 22, 2014
1 parent 46240c5 commit 2677069
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ORM/Association.php
Expand Up @@ -417,7 +417,6 @@ public function attachTo(Query $query, array $options = []) {
}
}


$dummy = $target->query()->eagerLoaded(true);
if (!empty($options['queryBuilder'])) {
$dummy = $options['queryBuilder']($dummy);
Expand Down

0 comments on commit 2677069

Please sign in to comment.