Skip to content

Commit dbb4c16

Browse files
committed
Merge pull request laravel#685 from loic-sharma/patch-1
Fixed some minor spelling mistakes in Eloquent
2 parents a6ad5c6 + 4ea27c9 commit dbb4c16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

laravel/database/eloquent/query.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,9 @@ public function hydrate($model, $results)
129129
{
130130
foreach ($this->model_includes() as $relationship => $constraints)
131131
{
132-
// If the relationship is nested, we will skip laoding it here and let
132+
// If the relationship is nested, we will skip loading it here and let
133133
// the load method parse and set the nested eager loads on the right
134-
// relationship when it is getting ready to eager laod.
134+
// relationship when it is getting ready to eager load.
135135
if (str_contains($relationship, '.'))
136136
{
137137
continue;

0 commit comments

Comments
 (0)