Skip to content

Commit

Permalink
Fixed minor spelling mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
loic-sharma committed May 18, 2012
1 parent a6ad5c6 commit 4ea27c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions laravel/database/eloquent/query.php
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,9 @@ public function hydrate($model, $results)
{
foreach ($this->model_includes() as $relationship => $constraints)
{
// If the relationship is nested, we will skip laoding it here and let
// If the relationship is nested, we will skip loading it here and let
// the load method parse and set the nested eager loads on the right
// relationship when it is getting ready to eager laod.
// relationship when it is getting ready to eager load.
if (str_contains($relationship, '.'))
{
continue;
Expand Down

0 comments on commit 4ea27c9

Please sign in to comment.