Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Jul 6, 2012
1 parent ec738c0 commit b76c955
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -227,7 +227,7 @@ public function match(array $models, Collection $results, $relation)

// Now that we should have the children models totally matched up to their
// parents, we can just return the array of models. Eager loading them
// helps the developer avoid tons of queries (n + 1 query problem).
// helps the developer avoid tons of queries (n + 1 query problems).
return $models;
}

Expand Down

0 comments on commit b76c955

Please sign in to comment.