We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a6ad5c6 + 4ea27c9 commit dbb4c16Copy full SHA for dbb4c16
laravel/database/eloquent/query.php
@@ -129,9 +129,9 @@ public function hydrate($model, $results)
129
{
130
foreach ($this->model_includes() as $relationship => $constraints)
131
132
- // 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
133
// the load method parse and set the nested eager loads on the right
134
- // relationship when it is getting ready to eager laod.
+ // relationship when it is getting ready to eager load.
135
if (str_contains($relationship, '.'))
136
137
continue;
0 commit comments