Skip to content

Commit

Permalink
Now going back to the SELECT strategy so it can be fixed as well
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Jan 31, 2015
1 parent 1748bb7 commit 6aeb2ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ORM/EagerLoader.php
Expand Up @@ -435,7 +435,7 @@ protected function _correctStrategy($loadable)
return;
}

$config['strategy'] = Association::STRATEGY_SUBQUERY;
$config['strategy'] = Association::STRATEGY_SELECT;
$loadable->config($config);
$loadable->canBeJoined(false);
}
Expand Down

0 comments on commit 6aeb2ee

Please sign in to comment.