From 4ea27c9daf6922200aea1f8d11f0fe46a97519d8 Mon Sep 17 00:00:00 2001 From: Loic Sharma Date: Thu, 17 May 2012 23:03:42 -0500 Subject: [PATCH] Fixed minor spelling mistakes --- laravel/database/eloquent/query.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/laravel/database/eloquent/query.php b/laravel/database/eloquent/query.php index 71494a94..3aee79c9 100644 --- a/laravel/database/eloquent/query.php +++ b/laravel/database/eloquent/query.php @@ -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;